mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 17:50:46 +00:00
highlight method removed, indent-unindents
This commit is contained in:
@@ -37,7 +37,7 @@ public class ExtendsActionItem extends ActionItem {
|
||||
@Override
|
||||
protected HilightedTextWriter appendTo(HilightedTextWriter writer, LocalData localData) {
|
||||
subclass.toString(writer, localData);
|
||||
hilight(" extends ", writer);
|
||||
writer.append(" extends ");
|
||||
return stripQuotes(superclass, localData, writer);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user