summaryrefslogtreecommitdiffstats
path: root/checkstyle-5.5.xml
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2012-03-26 17:39:20 +0000
committerVincent Hennebert <vhennebert@apache.org>2012-03-26 17:39:20 +0000
commit4f9ccbd0b79cdb8eebbbdea994355f2df24e595b (patch)
tree19396231b63ee296159a2b846675c9e379be817c /checkstyle-5.5.xml
parent2874695d34037474b121b41b178b70cbfb229490 (diff)
parentb9fbfa6b71b5e0d67806c066ea422819de08f3b2 (diff)
downloadxmlgraphics-fop-4f9ccbd0b79cdb8eebbbdea994355f2df24e595b.tar.gz
xmlgraphics-fop-4f9ccbd0b79cdb8eebbbdea994355f2df24e595b.zip
Merged branch Temp_PDF_ObjectStreams
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1305467 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'checkstyle-5.5.xml')
-rw-r--r--checkstyle-5.5.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/checkstyle-5.5.xml b/checkstyle-5.5.xml
index 45ac11b1f..8194b78ca 100644
--- a/checkstyle-5.5.xml
+++ b/checkstyle-5.5.xml
@@ -256,14 +256,6 @@
<!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -->
<!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -->
- <module name="VisibilityModifier">
- <property name="packageAllowed" value="false"/>
- <property name="protectedAllowed" value="true"/>
- <property name="publicMemberPattern" value="^serialVersionUID"/>
- </module>
- <!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -->
-
- <!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -->
<module name="WhitespaceAfter">
<property name="tokens" value="COMMA,SEMI"/> <!-- adding TYPECAST produces 2203 new errors -->
</module>