Skip to content

Commit d9016e5

Browse files
committed
Let checkstyle prevent redundant modifiers in the future
1 parent b388976 commit d9016e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/checkstyle/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
<!-- Coding -->
2222
<module name="EmptyStatementCheck" />
23+
<module name="RedundantModifier" />
2324

2425
<!-- Imports -->
2526
<module name="UnusedImportsCheck">

0 commit comments

Comments
 (0)