mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 09:51:27 +00:00
toString renamed to appendTo
This commit is contained in:
@@ -33,7 +33,7 @@ public class CommentItem extends GraphTargetItem {
|
||||
}
|
||||
|
||||
@Override
|
||||
public HilightedTextWriter toString(HilightedTextWriter writer, LocalData localData) {
|
||||
protected HilightedTextWriter appendTo(HilightedTextWriter writer, LocalData localData) {
|
||||
return hilight("/* " + comment + " */", writer);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user