diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_de.properties b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_de.properties index fe192ad08..e8d2734d1 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_de.properties +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_de.properties @@ -81,3 +81,5 @@ design.forInheritance=Die Methode ''{0}'' ist nicht f final.class=Die Klasse {0} sollte als final declariert sein, da alle ihre Konstruktoren private sind. missing.switch.default=switch ohne \"default\". + +empty.statement=Leere Anweisung.