diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/coding/messages_de.properties b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/coding/messages_de.properties index 83b92ae15..42f02500d 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/coding/messages_de.properties +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/coding/messages_de.properties @@ -18,6 +18,7 @@ illegal.catch=Catch von ''{0}'' ist nicht erlaubt. illegal.token=Benutzung von ''{0}'' ist nicht erlaubt. illegal.token.text=Tokentext entspricht dem Muster ''{0}''. illegal.type=Deklaration von Variablen, Rückgabewerten oder Parametern des Typs ''{0}'' is nicht erlaubt. +inline.conditional.avoid=Der Bedingungsoperator sollte vermieden werden. instantiation.avoid=Instantiierung von {0} sollte vermieden werden. junit.method.name=Die Methode ''{0}'' sollte zu ''{1}'' umbenannt werden. junit.method.return.type=Die Methode ''{0}'' muss den Rückgabetyp {1} haben.