excellent! :) -Simo
http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Thu, Jul 12, 2012 at 9:47 AM, <marcospera...@apache.org> wrote: > 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> > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org