mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-04 22:14:26 +00:00
highlight method removed, indent-unindents
This commit is contained in:
@@ -21,8 +21,8 @@ public class ContinueItem extends GraphTargetItem {
|
||||
|
||||
@Override
|
||||
protected HilightedTextWriter appendTo(HilightedTextWriter writer, LocalData localData) {
|
||||
hilight("continue ", writer);
|
||||
return hilight("loop" + loopId, writer);
|
||||
writer.append("continue ");
|
||||
return writer.append("loop" + loopId);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user