diff options
Diffstat (limited to 'checkstyle.cfg')
-rw-r--r-- | checkstyle.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
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 |