Преглед изворни кода

Let checkstyle prevent redundant modifiers in the future

Lars Grefer пре 6 година
родитељ
комит
d9016e52e6
1 измењених фајлова са 1 додато и 0 уклоњено
  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">