Let checkstyle prevent redundant modifiers in the future

This commit is contained in:
Lars Grefer 2019-08-09 02:52:19 +02:00
parent b388976ac8
commit d9016e52e6
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
<!-- Coding -->
<module name="EmptyStatementCheck" />
<module name="RedundantModifier" />
<!-- Imports -->
<module name="UnusedImportsCheck">