[spring-extensions] 05/10: JPAR-85 - Check final keyword in catch clauses.

Tom Zeller tzeller at dragonacea.biz
Mon May 16 21:56:51 EDT 2016


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch JPAR-85
in repository spring-extensions.

commit c81e20bba049c2f3270c16d841c2162c09b684da
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon May 16 20:51:00 2016 -0500

    JPAR-85 - Check final keyword in catch clauses.
---
 checkstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checkstyle.xml b/checkstyle.xml
index 6c0e6f6..e82da87 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -93,7 +93,7 @@
     <module name="EqualsAvoidNull"/>
     <module name="ModifiedControlVariable"/>
     <module name="FinalParameters">
-      <property name="tokens" value="METHOD_DEF,CTOR_DEF"/>
+      <property name="tokens" value="METHOD_DEF,CTOR_DEF,LITERAL_CATCH"/>
     </module>
   </module>
   <module name="SuppressionCommentFilter">

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list