You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2003/02/01 13:58:39 UTC

cvs commit: jakarta-commons/httpclient checkstyle.properties

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org