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