mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 12:51:21 +00:00
highlight method removed, indent-unindents
This commit is contained in:
@@ -34,9 +34,9 @@ public class CallActionItem extends ActionItem {
|
||||
|
||||
@Override
|
||||
protected HilightedTextWriter appendTo(HilightedTextWriter writer, LocalData localData) {
|
||||
hilight("call(", writer);
|
||||
writer.append("call(");
|
||||
stripQuotes(value, localData, writer);
|
||||
return hilight(")", writer);
|
||||
return writer.append(")");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user