From 06f43f1b8618b62429118962b224529b112aad76 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Wed, 16 Feb 2022 22:01:21 +0100 Subject: [PATCH] [doc] Fix release notes --- docs/pages/release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 525a19154b..957dbd0bec 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -42,7 +42,7 @@ Note that the message is set from the XML rule declaration, so this is only rele if you instantiate rules manually. {% jdoc core::RuleContext %} now requires setting the current rule before calling -{% jdoc core::lang.rule.Rule#apply(java.util.List, core::RuleContext)}. This is +{% jdoc core::Rule#apply(java.util.List, core::RuleContext) %}. This is done automatically by `RuleSet#apply` and such. Creating and configuring a `RuleContext` manually is strongly advised against, as the lifecycle of `RuleContext` will change drastically in PMD 7.