Skip to content

Commit df56177

Browse files
committed
fix checkstyle rule which has been renamed in last checkstyle versions
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1423224 13f79535-47bb-0310-9956-ffa450edef68
1 parent 686135e commit df56177

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/conf/checkstyle.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ limitations under the License.
2626
<property name="localeLanguage" value="en"/>
2727

2828
<!-- Checks that a package.html file exists for each package. -->
29-
<!-- See http://checkstyle.sf.net/config_javadoc.html#PackageHtml -->
30-
<module name="PackageHtml"/>
29+
<!-- See http://checkstyle.sourceforge.net/config_javadoc.html#JavadocPackage -->
30+
<module name="JavadocPackage"/>
3131

3232
<!-- Checks whether files end with a new line. -->
3333
<!-- See http://checkstyle.sf.net/config_misc.html#NewlineAtEndOfFile -->

0 commit comments

Comments
 (0)