fixed documentation (bug 1275988)

This commit is contained in:
Oleg Sukhodolsky 2005-08-30 03:51:15 +00:00
parent 4c70d9a5dd
commit 51628343a3
2 changed files with 5 additions and 2 deletions

View File

@ -63,7 +63,7 @@
</subsection>
<subsection name="Package">
<p> com.puppycrawl.tools.checkstyle.checks </p>
<p> com.puppycrawl.tools.checkstyle.checks.modifier </p>
</subsection>
<subsection name="Parent Module">
@ -154,7 +154,7 @@
</subsection>
<subsection name="Package">
<p> com.puppycrawl.tools.checkstyle.checks </p>
<p> com.puppycrawl.tools.checkstyle.checks.modifier </p>
</subsection>
<subsection name="Parent Module">

View File

@ -25,6 +25,9 @@
<li>RequireThis now handles inner enums better (bug 1257599)</li>
<li>Fixed package name for modifiers checks in documentation
(bug 1275988)</li>
</ul>
<p>Other improvements:</p>