mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 14:10:46 +00:00
highlight parameter added
This commit is contained in:
@@ -45,8 +45,8 @@ public class UnLoadMovieActionItem extends ActionItem {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString(ConstantPool constants) {
|
||||
return hilight("unloadMovie(") + targetString.toString(constants) + hilight(")");
|
||||
public String toString(boolean highlight, ConstantPool constants) {
|
||||
return hilight("unloadMovie(", highlight) + targetString.toString(highlight, constants) + hilight(")", highlight);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user