You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by tt...@apache.org on 2007/04/12 18:56:07 UTC

svn commit: r528028 - /incubator/servicemix/trunk/build/src/main/resources/smx-checkstyle.xml

Author: tterm
Date: Thu Apr 12 09:56:07 2007
New Revision: 528028

URL: http://svn.apache.org/viewvc?view=rev&rev=528028
Log:
SM-934 change checkstyle line length to 140

Modified:
    incubator/servicemix/trunk/build/src/main/resources/smx-checkstyle.xml

Modified: incubator/servicemix/trunk/build/src/main/resources/smx-checkstyle.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/build/src/main/resources/smx-checkstyle.xml?view=diff&rev=528028&r1=528027&r2=528028
==============================================================================
--- incubator/servicemix/trunk/build/src/main/resources/smx-checkstyle.xml (original)
+++ incubator/servicemix/trunk/build/src/main/resources/smx-checkstyle.xml Thu Apr 12 09:56:07 2007
@@ -106,7 +106,7 @@
             <property name="max" value="3000"/>
 	</module>
         <module name="LineLength">
-            <property name="max" value="120"/>
+            <property name="max" value="140"/>
         </module>
         <module name="MethodLength">
             <property name="max" value="150"/>