vmassol 02/05/17 05:54:33
Modified: anttasks build.xml
Log:
disabling new checkstyle enforcing rule on empty catch() blocks
Revision Changes Path
1.18 +1 -0 jakarta-cactus/anttasks/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/anttasks/build.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- build.xml 22 Apr 2002 22:18:51 -0000 1.17
+++ build.xml 17 May 2002 12:54:33 -0000 1.18
@@ -275,6 +275,7 @@
ignoreWhitespace="false"
ignoreCastWhitespace="false"
ignoreBraces="false"
+ allowEmptyCatch="true"
failOnViolation="false"
cacheFile="${target.dir}/checkstyle.cache">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>