mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 12:11:16 +00:00
@@ -35,7 +35,7 @@ public class ExtendsTreeItem extends TreeItem {
|
||||
|
||||
@Override
|
||||
public String toString(ConstantPool constants) {
|
||||
List<Object> localData = new ArrayList<Object>();
|
||||
List<Object> localData = new ArrayList<>();
|
||||
localData.add(constants);
|
||||
return subclass.toString(localData) + hilight(" extends ") + stripQuotes(superclass, constants);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user