]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
fix ugly little problem of having the same entry in the configuration twice, and...
authorWilliam Victor Mote <vmote@apache.org>
Mon, 14 Jul 2003 17:31:18 +0000 (17:31 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Mon, 14 Jul 2003 17:31:18 +0000 (17:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196707 13f79535-47bb-0310-9956-ffa450edef68

checkstyle.cfg

index 4ff094eea959c53499e247b9848c729aa10925f1..fccf8471cc2596975052cd6ed5833feaf22398c0 100644 (file)
@@ -64,7 +64,11 @@ checkstyle.wrap.operator = nl
 checkstyle.ignore.public.in.interface = false
 checkstyle.allow.protected = yes
 checkstyle.allow.package = false
-checkstyle.pattern.publicmember = ^f[A-Z][a-zA-Z0-9]*$
+# Note -- checkstyle.pattern.publicmember is documented in this location
+#   in the checkstyle documentation. However, it is also included in the "Naming
+#   Conventions" section above. Please do not add it here, as having two in the
+#   file will result in changes to only one being ignored (checkstyle appears to
+#   use the last definition).
 
 # Blocks
 checkstyle.ignore.braces = false