[java-parent-projects COMMIT] /java-parent-project-v2/trunk/resources/checkstyle/checkstyle.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Nov 9 16:19:30 EST 2012
Author: putmanb
Date: Fri Nov 9 16:19:30 2012
New Revision: 81
URL: http://svn.shibboleth.net/view/java-parent-projects?rev=81&view=rev
Log:
Remove DoubleCheckedLocking Checkstyle check, which the plugin no longer supports.
Modified:
java-parent-project-v2/trunk/resources/checkstyle/checkstyle.xml
Modified: java-parent-project-v2/trunk/resources/checkstyle/checkstyle.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v2/trunk/resources/checkstyle/checkstyle.xml?rev=81&r1=80&r2=81&view=diff
==============================================================================
--- java-parent-project-v2/trunk/resources/checkstyle/checkstyle.xml (original)
+++ java-parent-project-v2/trunk/resources/checkstyle/checkstyle.xml Fri Nov 9 16:19:30 2012
@@ -51,7 +51,6 @@
<module name="NeedBraces"/>
<module name="RightCurly"/>
<module name="AvoidInlineConditionals"/>
- <module name="DoubleCheckedLocking"/>
<module name="EmptyStatement"/>
<module name="EqualsHashCode"/>
<module name="HiddenField"/>
More information about the commits
mailing list