You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2012/12/18 00:34:15 UTC

svn commit: r1423224 - /commons/proper/cli/trunk/src/conf/checkstyle.xml

Author: olamy
Date: Mon Dec 17 23:34:15 2012
New Revision: 1423224

URL: http://svn.apache.org/viewvc?rev=1423224&view=rev
Log:
fix checkstyle rule which has been renamed in last checkstyle versions

Modified:
    commons/proper/cli/trunk/src/conf/checkstyle.xml

Modified: commons/proper/cli/trunk/src/conf/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/src/conf/checkstyle.xml?rev=1423224&r1=1423223&r2=1423224&view=diff
==============================================================================
--- commons/proper/cli/trunk/src/conf/checkstyle.xml (original)
+++ commons/proper/cli/trunk/src/conf/checkstyle.xml Mon Dec 17 23:34:15 2012
@@ -26,8 +26,8 @@ limitations under the License.
     <property name="localeLanguage" value="en"/>
 
     <!-- Checks that a package.html file exists for each package.     -->
-    <!-- See http://checkstyle.sf.net/config_javadoc.html#PackageHtml -->
-    <module name="PackageHtml"/>
+    <!-- See http://checkstyle.sourceforge.net/config_javadoc.html#JavadocPackage -->
+    <module name="JavadocPackage"/>
 
     <!-- Checks whether files end with a new line.                        -->
     <!-- See http://checkstyle.sf.net/config_misc.html#NewlineAtEndOfFile -->