Removed redundantThrows checkstyle rule, it's gone in 6.2+

See: checkstyle/checkstyle#473

(cherry picked from commit 67d172fd08)
This commit is contained in:
Eric Stokes 2016-11-19 16:30:04 -05:00 committed by Jeremy Wood
parent 3116fe3c21
commit ff1448fb5f

View File

@ -115,7 +115,6 @@
<property name="ignoreNumbers" value="-1, 0, 0.5, 1, 2, 3"/> <property name="ignoreNumbers" value="-1, 0, 0.5, 1, 2, 3"/>
</module> </module>
<module name="MissingSwitchDefault"/> <module name="MissingSwitchDefault"/>
<module name="RedundantThrows"/>
<module name="SimplifyBooleanExpression"/> <module name="SimplifyBooleanExpression"/>
<module name="SimplifyBooleanReturn"/> <module name="SimplifyBooleanReturn"/>
<!-- Don't like errors for `final` missing <!-- Don't like errors for `final` missing