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