Browse Source

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
pull/30/head
William Victor Mote 21 years ago
parent
commit
4f2285dd6e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      checkstyle.cfg

+ 1
- 1
checkstyle.cfg View 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

Loading…
Cancel
Save