mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-28 00:55:37 +00:00
more stringbuilders
This commit is contained in:
@@ -21,8 +21,11 @@ public class ContinueItem extends GraphTargetItem {
|
||||
|
||||
@Override
|
||||
protected HilightedTextWriter appendTo(HilightedTextWriter writer, LocalData localData) {
|
||||
writer.append("continue ");
|
||||
return writer.append("loop" + loopId);
|
||||
writer.append("continue");
|
||||
if (loopId != writer.getNonSwitchLoop()) {
|
||||
writer.append(" loop" + loopId);
|
||||
}
|
||||
return writer;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user