Author: marcosperanza
Date: Thu Jul 12 07:47:05 2012
New Revision: 1360563

URL: http://svn.apache.org/viewvc?rev=1360563&view=rev
Log:
Suppressed LineLength rule for checkstyle 

Modified:
    commons/sandbox/graph/trunk/checkstyle-suppressions.xml

Modified: commons/sandbox/graph/trunk/checkstyle-suppressions.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/checkstyle-suppressions.xml?rev=1360563&r1=1360562&r2=1360563&view=diff
==============================================================================
--- commons/sandbox/graph/trunk/checkstyle-suppressions.xml (original)
+++ commons/sandbox/graph/trunk/checkstyle-suppressions.xml Thu Jul 12 07:47:05 
2012
@@ -21,4 +21,5 @@
 <suppressions>
   <suppress checks="RegexpHeader" files="package-info.java" lines="0-9999" />
   <suppress checks="HiddenField" files=".+\.java" lines="0-9999" />
+  <suppress checks="LineLength" files=".+\.java" lines="0-9999" />
 </suppressions>


Reply via email to