Author: sebb Date: Mon Aug 24 01:31:10 2015 New Revision: 1697296 URL: http://svn.apache.org/r1697296 Log: RedundantThrows no longer supported
Modified: commons/proper/net/trunk/checkstyle.xml Modified: commons/proper/net/trunk/checkstyle.xml URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/checkstyle.xml?rev=1697296&r1=1697295&r2=1697296&view=diff ============================================================================== --- commons/proper/net/trunk/checkstyle.xml (original) +++ commons/proper/net/trunk/checkstyle.xml Mon Aug 24 01:31:10 2015 @@ -75,12 +75,6 @@ limitations under the License. </module> <module name="EmptyCatchBlock"></module> - <!-- TEMP - <module name="RedundantThrows"> - <property name="allowUnchecked" value="true"/> - </module> - --> - <module name="JavadocMethod"> <property name="scope" value="public"/> <property name="allowUndeclaredRTE" value="true"/>