Author: sebb
Date: Sat Jun 11 01:28:14 2016
New Revision: 1747833

URL: http://svn.apache.org/viewvc?rev=1747833&view=rev
Log:
Allow slightly longer lines now every parameter is final

Modified:
    commons/proper/bcel/trunk/checkstyle.xml

Modified: commons/proper/bcel/trunk/checkstyle.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/checkstyle.xml?rev=1747833&r1=1747832&r2=1747833&view=diff
==============================================================================
--- commons/proper/bcel/trunk/checkstyle.xml (original)
+++ commons/proper/bcel/trunk/checkstyle.xml Sat Jun 11 01:28:14 2016
@@ -57,7 +57,7 @@ limitations under the License.
     <!-- 
      -->
     <module name="LineLength">
-      <property name="max" value="135"/>
+      <property name="max" value="160"/>
     </module>
  
     <!-- Checks for Naming Conventions.                  -->


Reply via email to