mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 19:14:18 +00:00
Checkstyle fix
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user