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