Fixed bug, RedundantThrows stopped working

This commit is contained in:
Bruce Eckel 2017-05-01 06:47:35 -06:00
parent 58a380bb18
commit 196a375b85

View File

@ -153,7 +153,8 @@
<!-- <module name="InnerAssignment"/> -->
<!-- <module name="MagicNumber"/> -->
<module name="MissingSwitchDefault"/>
<module name="RedundantThrows"/>
<!-- Checkstyle stopped working on the following for some reason: -->
<!-- <module name="RedundantThrows"/> -->
<!-- <module name="SimplifyBooleanExpression"/> -->
<module name="SimplifyBooleanReturn"/>