Correct OverloadMethodsDeclarationOrder name

This commit is contained in:
Andrew Gaul 2014-10-08 20:38:51 -07:00
parent d730d01eb5
commit 8d8f85faa6
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
* </p>
*
* <pre>
* &lt;module name="OverrideMethodsDeclaration"/&gt;
* &lt;module name="OverloadMethodsDeclarationOrder"/&gt;
* </pre>
* @author maxvetrenko
*/

View File

@ -56,7 +56,7 @@
New: OneTopLevelClass check. Author: Max Vetrenko. <a href="https://github.com/checkstyle/checkstyle/issues/172">#173</a>
</li>
<li>
New: OverrideMethodsDeclarationOrder check. Author: Max Vetrenko. <a href="https://github.com/checkstyle/checkstyle/pull/32">#32</a>
New: OverloadMethodsDeclarationOrder check. Author: Max Vetrenko. <a href="https://github.com/checkstyle/checkstyle/pull/32">#32</a>
</li>
<li>
New option to allow no empty line between fields at EmptyLineSeparatorCheck check. Author: Max Vetrenko. <a href="https://github.com/checkstyle/checkstyle/issues/227">#227</a>