mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 02:31:11 +00:00
highlight parameter added
This commit is contained in:
@@ -41,8 +41,8 @@ public class IncrementActionItem extends ActionItem {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString(ConstantPool constants) {
|
||||
return object.toString(constants) + hilight(" + 1");
|
||||
public String toString(boolean highlight, ConstantPool constants) {
|
||||
return object.toString(highlight, constants) + hilight(" + 1", highlight);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user