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