cmlenz      2003/01/08 15:26:13

  Modified:    .        checkstyle.xml
  Log:
  The PublicMemberName check is gone for good
  
  Revision  Changes    Path
  1.10      +0 -3      jakarta-cactus/checkstyle.xml
  
  Index: checkstyle.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/checkstyle.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- checkstyle.xml    31 Dec 2002 18:34:39 -0000      1.9
  +++ checkstyle.xml    8 Jan 2003 23:26:13 -0000       1.10
  @@ -34,9 +34,6 @@
       <module name="ParameterName">
         <property name="format" value="^(the|is|has)[A-Z][a-zA-Z0-9]*$"/>
       </module>
  -    <!--module name="PublicMemberName">
  -      <property name="format" value="^[a-z][a-zA-Z0-9]*$"/>
  -    </module-->
       <module name="StaticVariableName"/>
       <module name="TypeName"/>
       
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to