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"/>