Let checkstyle prevent redundant modifiers in the future
This commit is contained in:
parent
b388976ac8
commit
d9016e52e6
|
@ -20,6 +20,7 @@
|
|||
|
||||
<!-- Coding -->
|
||||
<module name="EmptyStatementCheck" />
|
||||
<module name="RedundantModifier" />
|
||||
|
||||
<!-- Imports -->
|
||||
<module name="UnusedImportsCheck">
|
||||
|
|
Loading…
Reference in New Issue