1
0
mirror of synced 2026-05-22 13:23:17 +00:00

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
View File
@@ -20,6 +20,7 @@
<!-- Coding -->
<module name="EmptyStatementCheck" />
<module name="RedundantModifier" />
<!-- Imports -->
<module name="UnusedImportsCheck">