mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 00:40:45 +00:00
highlight parameter added
This commit is contained in:
@@ -32,7 +32,7 @@ public class MarkItem extends GraphTargetItem {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString(List<Object> localData) {
|
||||
public String toString(boolean highlight, List<Object> localData) {
|
||||
return "//decompiler mark:" + mark;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user