diff options
author | Chris Bowditch <cbowditch@apache.org> | 2013-01-04 14:41:06 +0000 |
---|---|---|
committer | Chris Bowditch <cbowditch@apache.org> | 2013-01-04 14:41:06 +0000 |
commit | 308af7851505cb3d3bde1fe0b330e20f25e652fa (patch) | |
tree | 596b2693bef3420fab4232f12f9f023b61843d1c /checkstyle-5.5.xml | |
parent | 247031c3b7816efe93a82b776fc9f0f925d576e2 (diff) | |
download | xmlgraphics-fop-308af7851505cb3d3bde1fe0b330e20f25e652fa.tar.gz xmlgraphics-fop-308af7851505cb3d3bde1fe0b330e20f25e652fa.zip |
make compatible with checkstyle v5.6 as discussed on fop-dev
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1428897 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'checkstyle-5.5.xml')
-rw-r--r-- | checkstyle-5.5.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/checkstyle-5.5.xml b/checkstyle-5.5.xml index 8194b78ca..50e2a1a4c 100644 --- a/checkstyle-5.5.xml +++ b/checkstyle-5.5.xml @@ -83,10 +83,6 @@ <!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... --> <!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... --> - <module name="DoubleCheckedLocking"/> - <!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... --> - - <!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... --> <module name="EmptyBlock"> <property name="tokens" value="LITERAL_CATCH,LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_FOR,LITERAL_IF,LITERAL_TRY,LITERAL_WHILE,STATIC_INIT"/> <property name="option" value="text"/> <!-- changing block policy to stmt produces 110 new errors --> |