You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/10/15 20:22:01 UTC

svn commit: r1532470 - /commons/proper/email/trunk/conf/checkstyle.xml

Author: tn
Date: Tue Oct 15 18:22:00 2013
New Revision: 1532470

URL: http://svn.apache.org/r1532470
Log:
Remove DoubleCheckedLocking check as it has been removed since checkstyle 5.6

Modified:
    commons/proper/email/trunk/conf/checkstyle.xml

Modified: commons/proper/email/trunk/conf/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/conf/checkstyle.xml?rev=1532470&r1=1532469&r2=1532470&view=diff
==============================================================================
--- commons/proper/email/trunk/conf/checkstyle.xml (original)
+++ commons/proper/email/trunk/conf/checkstyle.xml Tue Oct 15 18:22:00 2013
@@ -136,7 +136,6 @@
         <!-- Checks for common coding problems               -->
         <!-- See http://checkstyle.sf.net/config_coding.html -->
         <module name="CovariantEquals"/>
-        <module name="DoubleCheckedLocking"/>
         <module name="EmptyStatement"/>
         <module name="EqualsHashCode"/>
         <module name="IllegalInstantiation"/>