diff --git a/CSharpTranslator/antlr3/src/cs2j/bin/Debug/templates/java.stg b/CSharpTranslator/antlr3/src/cs2j/bin/Debug/templates/java.stg index 5d75984..0d95372 100644 --- a/CSharpTranslator/antlr3/src/cs2j/bin/Debug/templates/java.stg +++ b/CSharpTranslator/antlr3/src/cs2j/bin/Debug/templates/java.stg @@ -131,8 +131,8 @@ type_parameter_list(items) ::= << \<\> >> -extends(types) ::= "extends " -imps(types) ::= "implements " +extends(types) ::= "extends " +imps(types) ::= "implements " // ******* STATEMENTS ******* if_template(comments, cond, then, thenindent, else, elseindent, elseisif) ::= <<