fixed documentation (bug 1275988)
This commit is contained in:
parent
4c70d9a5dd
commit
51628343a3
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue