mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 01:30:43 +00:00
highlight parameter added
This commit is contained in:
@@ -39,8 +39,8 @@ public class EnumerateActionItem extends ActionItem {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString(ConstantPool constants) {
|
||||
return "enumerate " + object.toString(Helper.toList(constants));
|
||||
public String toString(boolean highlight, ConstantPool constants) {
|
||||
return "enumerate " + object.toString(highlight, Helper.toList(constants));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user