From 26d1267edb58ba004498e776896a342dffda556e Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Mon, 14 Jul 2003 17:46:59 +0000 Subject: [PATCH] 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 --- checkstyle.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5