Author: ptahchiev
Date: Thu Feb  5 12:09:23 2009
New Revision: 741084

URL: http://svn.apache.org/viewvc?rev=741084&view=rev
Log:
Changed the property defining length of the line - now we set it to 120.

Modified:
    
jakarta/cactus/trunk/build-tools/src/main/resources/build-tools/checkstyle.xml

Modified: 
jakarta/cactus/trunk/build-tools/src/main/resources/build-tools/checkstyle.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/build-tools/src/main/resources/build-tools/checkstyle.xml?rev=741084&r1=741083&r2=741084&view=diff
==============================================================================
--- 
jakarta/cactus/trunk/build-tools/src/main/resources/build-tools/checkstyle.xml 
(original)
+++ 
jakarta/cactus/trunk/build-tools/src/main/resources/build-tools/checkstyle.xml 
Thu Feb  5 12:09:23 2009
@@ -18,6 +18,7 @@
         </module>
         <module name="LineLength">
             <property name="ignorePattern" value="(@version|@see|^import)"/>
+            <property name="max" value="120"/>
         </module>
         <module name="TabCharacter"/>
         <module name="AvoidStarImport"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: cactus-dev-h...@jakarta.apache.org

Reply via email to