Author: tn Date: Sun Nov 22 21:30:36 2015 New Revision: 1715701 URL: http://svn.apache.org/viewvc?rev=1715701&view=rev Log: Remove obsolete checkstyle module.
Modified: commons/proper/collections/trunk/src/conf/checkstyle.xml Modified: commons/proper/collections/trunk/src/conf/checkstyle.xml URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/conf/checkstyle.xml?rev=1715701&r1=1715700&r2=1715701&view=diff ============================================================================== --- commons/proper/collections/trunk/src/conf/checkstyle.xml (original) +++ commons/proper/collections/trunk/src/conf/checkstyle.xml Sun Nov 22 21:30:36 2015 @@ -38,9 +38,6 @@ <module name="RedundantImport" /> <module name="UnusedImports" /> <module name="NeedBraces" /> - <module name="RedundantThrows"> - <property name="allowUnchecked" value="true" /> - </module> <module name="LineLength"> <property name="max" value="120" /> </module>