Checkstyle fix

This commit is contained in:
Jindra Petřík
2025-05-28 00:48:15 +02:00
parent d6ccceb83d
commit 8f8cd3536d

View File

@@ -1280,7 +1280,8 @@ public class ActionScript2VariableParser {
case "goto":
s = lexer.lex();
ret = true;
//throw new ActionParseException("Compiling §§" + s.value + " is not available, sorry", lexer.yyline());
//throw new ActionParseException("Compiling §§" + s.value + " is not available, sorry", lexer.yyline());
break;
default:
throw new ActionParseException("Unknown preprocessor instruction: §§" + s.value, lexer.yyline());