You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2009/03/24 22:06:29 UTC

svn commit: r758021 - in /commons/sandbox/flatfile/trunk: checkstyle.xml pom.xml

Author: mbenson
Date: Tue Mar 24 21:06:26 2009
New Revision: 758021

URL: http://svn.apache.org/viewvc?rev=758021&view=rev
Log:
checkstyle

Modified:
    commons/sandbox/flatfile/trunk/checkstyle.xml
    commons/sandbox/flatfile/trunk/pom.xml

Modified: commons/sandbox/flatfile/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/flatfile/trunk/checkstyle.xml?rev=758021&r1=758020&r2=758021&view=diff
==============================================================================
--- commons/sandbox/flatfile/trunk/checkstyle.xml (original)
+++ commons/sandbox/flatfile/trunk/checkstyle.xml Tue Mar 24 21:06:26 2009
@@ -33,7 +33,7 @@
     <module name="RedundantThrows">
       <property name="allowUnchecked" value="true"/>
     </module>
-	    <module name="LineLength">
+    <module name="LineLength">
       <property name="max" value="120"/>
     </module>
     <module name="JavadocMethod">
@@ -52,7 +52,6 @@
     <module name="OperatorWrap"/>
     <module name="TabCharacter"/>
     <module name="WhitespaceAfter"/>
-    <!--module name="WhitespaceAround"/-->
 
     <module name="GenericIllegalRegexp">
       <property name="format" value="\s+$"/>

Modified: commons/sandbox/flatfile/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/flatfile/trunk/pom.xml?rev=758021&r1=758020&r2=758021&view=diff
==============================================================================
--- commons/sandbox/flatfile/trunk/pom.xml (original)
+++ commons/sandbox/flatfile/trunk/pom.xml Tue Mar 24 21:06:26 2009
@@ -158,7 +158,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.1</version>
+        <version>2.2</version>
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
         </configuration>