]> source.dussan.org Git - gitblit.git/commitdiff
Removed DoubleCheckedLocking from checkstyle.xml. 61/head
authorMarkus Fömpe <markus.foempe@gmail.com>
Fri, 4 Jan 2013 11:03:09 +0000 (12:03 +0100)
committerMarkus Fömpe <markus.foempe@gmail.com>
Fri, 4 Jan 2013 11:03:09 +0000 (12:03 +0100)
Since Checkstyle 5.6 it's no longer supported (see http://checkstyle.sourceforge.net/releasenotes.html)

checkstyle.xml

index c09c1e94b25a39e99efb22af532dfcd26d4e57cb..ee45e7efe79f5d362b17cd4d437abc0d6f899cc4 100644 (file)
@@ -53,7 +53,6 @@
         </module>
         <module name="NeedBraces" />
         <module name="RightCurly" />
-        <module name="DoubleCheckedLocking" />
         <module name="EmptyStatement" />
         <module name="EqualsHashCode" />
         <module name="IllegalInstantiation" />