Update of /cvsroot/bprocessor/tools/checkstyle
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20877/checkstyle
Modified Files:
checkstyle.xml
Log Message:
Brunata
Index: checkstyle.xml
===================================================================
RCS file: /cvsroot/bprocessor/tools/checkstyle/checkstyle.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** checkstyle.xml 11 Apr 2007 09:11:16 -0000 1.8
--- checkstyle.xml 14 Sep 2009 16:23:02 -0000 1.9
***************
*** 122,126 ****
<module name="MethodLength">
<property name="tokens" value="CTOR_DEF"/>
! <property name="max" value="200"/>
</module>
<module name="FileLength">
--- 122,126 ----
<module name="MethodLength">
<property name="tokens" value="CTOR_DEF"/>
! <property name="max" value="300"/>
</module>
<module name="FileLength">
|