[java-parent-project COMMIT] /trunk/resources/checkstyle/checkstyle.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sun Sep 30 12:48:50 EDT 2012
Author: lajoie
Date: Sun Sep 30 12:48:49 2012
New Revision: 74
URL: http://svn.shibboleth.net/view/java-parent-project?rev=74&view=rev
Log:
Remove Double Lock check which is no longer supported by latest version of Checkstyle
Modified:
trunk/resources/checkstyle/checkstyle.xml
Modified: trunk/resources/checkstyle/checkstyle.xml
URL: http://svn.shibboleth.net/view/java-parent-project/trunk/resources/checkstyle/checkstyle.xml?rev=74&r1=73&r2=74&view=diff
==============================================================================
--- trunk/resources/checkstyle/checkstyle.xml (original)
+++ trunk/resources/checkstyle/checkstyle.xml Sun Sep 30 12:48:49 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