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

svn commit: r1299234 - /commons/proper/collections/trunk/checkstyle.xml

Author: sebb
Date: Sat Mar 10 17:02:12 2012
New Revision: 1299234

URL: http://svn.apache.org/viewvc?rev=1299234&view=rev
Log:
Some checkstyle names have changed

Modified:
    commons/proper/collections/trunk/checkstyle.xml

Modified: commons/proper/collections/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/checkstyle.xml?rev=1299234&r1=1299233&r2=1299234&view=diff
==============================================================================
--- commons/proper/collections/trunk/checkstyle.xml (original)
+++ commons/proper/collections/trunk/checkstyle.xml Sat Mar 10 17:02:12 2012
@@ -23,9 +23,11 @@ limitations under the License.
 <!-- commons lang customization of default Checkstyle behavior -->
 <module name="Checker">
   <property name="localeLanguage" value="en"/>
-  <module name="PackageHtml"/>
+  <module name="JavadocPackage">
+      <property name="allowLegacy" value="true"/>
+  </module>
+  <module name="FileTabCharacter"/>
   <module name="TreeWalker">
-    <module name="TabCharacter"/>
     <module name="AvoidStarImport"/>
     <module name="RedundantImport"/>
     <module name="UnusedImports"/>