Browse Source

Let checkstyle prevent redundant modifiers in the future

pull/7238/head
Lars Grefer 6 years ago
parent
commit
d9016e52e6
  1. 1
      etc/checkstyle/checkstyle.xml

1
etc/checkstyle/checkstyle.xml

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

Loading…
Cancel
Save