You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2013/03/07 15:46:46 UTC

svn commit: r1453899 - /commons/proper/fileupload/trunk/src/checkstyle/fileupload_checks.xml

Author: simonetripodi
Date: Thu Mar  7 14:46:46 2013
New Revision: 1453899

URL: http://svn.apache.org/r1453899
Log:
checkstyle: line length increased up to 120 chars

Modified:
    commons/proper/fileupload/trunk/src/checkstyle/fileupload_checks.xml

Modified: commons/proper/fileupload/trunk/src/checkstyle/fileupload_checks.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/src/checkstyle/fileupload_checks.xml?rev=1453899&r1=1453898&r2=1453899&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/src/checkstyle/fileupload_checks.xml (original)
+++ commons/proper/fileupload/trunk/src/checkstyle/fileupload_checks.xml Thu Mar  7 14:46:46 2013
@@ -143,6 +143,7 @@
         <module name="FileLength"/>
         <!-- Begin Custom for FileUpload -->
         <module name="LineLength">
+          <property name="max" value="120"/>
           <property name="ignorePattern" value="^ \* @version .*$"/>
         </module>
         <!-- End Custom for FileUpload -->