Skip to content

Commit

Permalink
remove redundant throws. no longer supported in checkstlye 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuino committed Apr 16, 2015
1 parent 15060a3 commit bf91263
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions codequality/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,6 @@
</module>-->
<module name="MissingSwitchDefault"/>
<!-- Problem with finding exception types... -->
<module name="RedundantThrows">
<property name="allowUnchecked" value="true"/>
<property name="suppressLoadErrors" value="true"/>
<property name="severity" value="info"/>
</module>
<module name="SimplifyBooleanExpression"/>
<module name="SimplifyBooleanReturn"/>

Expand Down

0 comments on commit bf91263

Please sign in to comment.