Update of /cvsroot/bprocessor/tools/checkstyle
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19404/checkstyle
Modified Files:
checkstyle.xml
Log Message:
Small change to drawing lines
Index: checkstyle.xml
===================================================================
RCS file: /cvsroot/bprocessor/tools/checkstyle/checkstyle.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** checkstyle.xml 10 Jul 2006 13:29:56 -0000 1.3
--- checkstyle.xml 9 Aug 2006 13:46:14 -0000 1.4
***************
*** 116,120 ****
</module>
<module name="FileLength">
! <property name="max" value="3000"/>
</module>
<module name="ParameterNumber">
--- 116,120 ----
</module>
<module name="FileLength">
! <property name="max" value="4000"/>
</module>
<module name="ParameterNumber">
|