mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 14:31:16 +00:00
highlight method removed, indent-unindents
This commit is contained in:
@@ -16,7 +16,7 @@ public class TrueItem extends GraphTargetItem {
|
||||
|
||||
@Override
|
||||
protected HilightedTextWriter appendTo(HilightedTextWriter writer, LocalData localData) {
|
||||
return hilight("true", writer);
|
||||
return writer.append("true");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user