From 545d94fdcebfc72a4bdf2b08568f689957516d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Tue, 6 May 2003 05:22:28 +0000 Subject: [PATCH] added translation for empty.statement --- .../puppycrawl/tools/checkstyle/checks/messages_de.properties | 2 ++ 1 file changed, 2 insertions(+) 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.