[doc] Fix release notes

This commit is contained in:
Andreas Dangel
2022-02-16 22:01:21 +01:00
parent 1d6a1c9959
commit 06f43f1b86

View File

@ -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.