jsdever     2003/02/01 04:58:39

  Modified:    httpclient checkstyle.properties
  Log:
  Remove repeated entry localmember.
  
  Reported by: Laura Werner
  
  Revision  Changes    Path
  1.3       +2 -3      jakarta-commons/httpclient/checkstyle.properties
  
  Index: checkstyle.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/checkstyle.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- checkstyle.properties     30 Jan 2003 23:27:41 -0000      1.2
  +++ checkstyle.properties     1 Feb 2003 12:58:39 -0000       1.3
  @@ -16,7 +16,7 @@
   
   <!-- Naming checks -->
   checkstyle.pattern.member=^[a-z][a-zA-Z0-9]*$
  -checkstyle.pattern.publicmember=^f[A-Z][a-zA-Z0-9]*$
  +checkstyle.pattern.publicmember=^[a-z][a-zA-Z0-9]*$
   checkstyle.pattern.const=^[A-Z](_?[A-Z0-9]+)*$
   checkstyle.pattern.static=^[a-z][a-zA-Z0-9]*$
   checkstyle.pattern.parameter=^[a-z][a-zA-Z0-9]*$
  @@ -59,7 +59,6 @@
   checkstyle.ignore.public.in.interface=false
   checkstyle.allow.protected=false
   checkstyle.allow.package=false
  -checkstyle.pattern.publicmember=^[a-z][a-zA-Z0-9]*$
   
   <!-- Blocks checks -->
   checkstyle.ignore.braces=false
  
  
  

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

Reply via email to