]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Change checkstyle.pattern.publicmember property, in accordance with the discussion...
authorWilliam Victor Mote <vmote@apache.org>
Mon, 14 Jul 2003 17:46:59 +0000 (17:46 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Mon, 14 Jul 2003 17:46:59 +0000 (17:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196708 13f79535-47bb-0310-9956-ffa450edef68

checkstyle.cfg

index fccf8471cc2596975052cd6ed5833feaf22398c0..9edb4b5be525a5abeb3d71327cda87bec9a6e377 100644 (file)
@@ -16,7 +16,7 @@ checkstyle.javadoc.checkUnusedThrows = false
 # 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