diff --git a/src/xdocs/config_modifier.xml b/src/xdocs/config_modifier.xml index 72e524a20..96c944b63 100755 --- a/src/xdocs/config_modifier.xml +++ b/src/xdocs/config_modifier.xml @@ -63,7 +63,7 @@ -

com.puppycrawl.tools.checkstyle.checks

+

com.puppycrawl.tools.checkstyle.checks.modifier

@@ -154,7 +154,7 @@ -

com.puppycrawl.tools.checkstyle.checks

+

com.puppycrawl.tools.checkstyle.checks.modifier

diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml index c527789b1..c4aa47acc 100755 --- a/src/xdocs/releasenotes.xml +++ b/src/xdocs/releasenotes.xml @@ -25,6 +25,9 @@
  • RequireThis now handles inner enums better (bug 1257599)
  • +
  • Fixed package name for modifiers checks in documentation + (bug 1275988)
  • +

    Other improvements: