Skip to content

Commit 196a375

Browse files
committed
Fixed bug, RedundantThrows stopped working
1 parent 58a380b commit 196a375

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

checkstyle.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@
153153
<!-- <module name="InnerAssignment"/> -->
154154
<!-- <module name="MagicNumber"/> -->
155155
<module name="MissingSwitchDefault"/>
156-
<module name="RedundantThrows"/>
156+
<!-- Checkstyle stopped working on the following for some reason: -->
157+
<!-- <module name="RedundantThrows"/> -->
157158
<!-- <module name="SimplifyBooleanExpression"/> -->
158159
<module name="SimplifyBooleanReturn"/>
159160

0 commit comments

Comments
 (0)