From: William Victor Mote Date: Mon, 14 Jul 2003 17:46:59 +0000 (+0000) Subject: Change checkstyle.pattern.publicmember property, in accordance with the discussion... X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1281 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=26d1267edb58ba004498e776896a342dffda556e;p=xmlgraphics-fop.git Change checkstyle.pattern.publicmember property, in accordance with the discussion found at: http://marc.theaimsgroup.com/?t=105805503200001&r=1&w=2 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196708 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/checkstyle.cfg b/checkstyle.cfg index fccf8471c..9edb4b5be 100644 --- a/checkstyle.cfg +++ b/checkstyle.cfg @@ -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