Markus Fömpe
2013-01-04 9c47959ece677eaaceb6f3d2eb42b0466f60acdc
Removed DoubleCheckedLocking from checkstyle.xml.
Since Checkstyle 5.6 it's no longer supported (see http://checkstyle.sourceforge.net/releasenotes.html)
1 files modified
1 ■■■■ changed files
checkstyle.xml 1 ●●●● patch | view | raw | blame | history
checkstyle.xml
@@ -53,7 +53,6 @@
        </module>
        <module name="NeedBraces" />
        <module name="RightCurly" />
        <module name="DoubleCheckedLocking" />
        <module name="EmptyStatement" />
        <module name="EqualsHashCode" />
        <module name="IllegalInstantiation" />