You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2012/01/18 10:18:52 UTC

svn commit: r1232799 - /cxf/build-utils/trunk/buildtools/src/main/resources/cxf-checkstyle.xml

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" />