added translation for empty.statement

This commit is contained in:
Lars Kühne 2003-05-06 05:22:28 +00:00
parent 4c1197e35d
commit 545d94fdce
1 changed files with 2 additions and 0 deletions

View File

@ -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.