Author: cschneider
Date: Wed Jan 18 09:18:52 2012
New Revision: 1232799

URL: http://svn.apache.org/viewvc?rev=1232799&view=rev
Log:
Increasing line size to 120

Modified:
    cxf/build-utils/trunk/buildtools/src/main/resources/cxf-checkstyle.xml

Modified: cxf/build-utils/trunk/buildtools/src/main/resources/cxf-checkstyle.xml
URL: 
http://svn.apache.org/viewvc/cxf/build-utils/trunk/buildtools/src/main/resources/cxf-checkstyle.xml?rev=1232799&r1=1232798&r2=1232799&view=diff
==============================================================================
--- cxf/build-utils/trunk/buildtools/src/main/resources/cxf-checkstyle.xml 
(original)
+++ cxf/build-utils/trunk/buildtools/src/main/resources/cxf-checkstyle.xml Wed 
Jan 18 09:18:52 2012
@@ -100,7 +100,7 @@
                        <property name="max" value="75" />
                </module>
                <module name="LineLength">
-                       <property name="max" value="110" />
+                       <property name="max" value="120" />
                </module>
                <module name="MethodLength">
                        <property name="max" value="150" />


Reply via email to