[java-support] 03/10: JPAR-85 - Check final parameter in constructors.
Tom Zeller
tzeller at dragonacea.biz
Mon May 16 21:19:38 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch JPAR-85
in repository java-support.
commit d50a227f8d2bcec008778db402d24818cb810f40
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon May 16 19:56:58 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