Explorar o código

Let checkstyle prevent redundant modifiers in the future

Lars Grefer %!s(int64=6) %!d(string=hai) anos
pai
achega
d9016e52e6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      etc/checkstyle/checkstyle.xml

+ 1 - 0
etc/checkstyle/checkstyle.xml

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