mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 05:00:46 +00:00
checkstyle fix
This commit is contained in:
@@ -801,7 +801,7 @@ public class ActionPanel extends JPanel implements SearchListener<ScriptSearchRe
|
||||
symb = lexer.lex();
|
||||
if (symb.pos <= column) {
|
||||
argumentToHilight++;
|
||||
while(symb.type != ASMParsedSymbol.TYPE_EOL && symb.type != ASMParsedSymbol.TYPE_EOF) {
|
||||
while (symb.type != ASMParsedSymbol.TYPE_EOL && symb.type != ASMParsedSymbol.TYPE_EOF) {
|
||||
if (symb.pos >= column) {
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user