vmote       2003/07/14 10:46:59

  Modified:    .        checkstyle.cfg
  Log:
  Change checkstyle.pattern.publicmember property, in accordance with the discussion 
found at: http://marc.theaimsgroup.com/?t=105805503200001&r=1&w=2
  
  Revision  Changes    Path
  1.7       +2 -2      xml-fop/checkstyle.cfg
  
  Index: checkstyle.cfg
  ===================================================================
  RCS file: /home/cvs/xml-fop/checkstyle.cfg,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- checkstyle.cfg    14 Jul 2003 17:31:18 -0000      1.6
  +++ checkstyle.cfg    14 Jul 2003 17:46:59 -0000      1.7
  @@ -16,7 +16,7 @@
   # non-static members
   checkstyle.pattern.member = ^[a-z][a-zA-Z0-9]*$
   # non-static, public members
  -checkstyle.pattern.publicmember = ^f[A-Z][a-zA-Z0-9]*$
  +checkstyle.pattern.publicmember = ^[a-z][a-zA-Z0-9]*$
   # constants (static & final)
   checkstyle.pattern.const = ^[A-Z](_?[A-Z0-9]+)*$
   # other static
  
  
  

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

Reply via email to