You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by sv...@apache.org on 2005/03/08 04:15:23 UTC

cvs commit: ws-juddi checkstyle.xml

sviens      2005/03/07 19:15:23

  Modified:    .        checkstyle.xml
  Log:
  Disabled Checkstyle checks for file and method lengths.
  
  Revision  Changes    Path
  1.2       +2 -2      ws-juddi/checkstyle.xml
  
  Index: checkstyle.xml
  ===================================================================
  RCS file: /home/cvs/ws-juddi/checkstyle.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- checkstyle.xml	6 Apr 2004 03:21:06 -0000	1.1
  +++ checkstyle.xml	8 Mar 2005 03:15:23 -0000	1.2
  @@ -88,9 +88,9 @@
   
           <!-- Checks for Size Violations.                    -->
           <!-- See http://checkstyle.sf.net/config_sizes.html -->
  -        <module name="FileLength"/>
  +        <!-- module name="FileLength"/ -->
           <!-- module name="LineLength"/ -->
  -        <module name="MethodLength"/>
  +        <!-- module name="MethodLength"/ -->
           <module name="ParameterNumber"/>