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