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

See: checkstyle/checkstyle#473
This commit is contained in:
Eric Stokes 2016-11-19 14:30:04 -07:00
parent f3a420d85c
commit 67d172fd08
1 changed files with 0 additions and 1 deletions

View File

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