[spring-extensions] 03/10: JPAR-85 - Check final parameter in constructors.

Tom Zeller tzeller at dragonacea.biz
Mon May 16 21:56:49 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 ff1669568bd20ff6a95d9f2dbdfee9b044acac47
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon May 16 20:47:38 2016 -0500

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

diff --git a/checkstyle.xml b/checkstyle.xml
index 166f349..6c0e6f6 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"/>
+      <property name="tokens" value="METHOD_DEF,CTOR_DEF"/>
     </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