mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-23 12:45:36 +00:00
organize imports
This commit is contained in:
@@ -42,7 +42,7 @@ public class ExtendsActionItem extends ActionItem {
|
||||
|
||||
@Override
|
||||
public List<GraphSourceItemPos> getNeededSources() {
|
||||
List<com.jpexs.decompiler.graph.GraphSourceItemPos> ret = super.getNeededSources();
|
||||
List<GraphSourceItemPos> ret = super.getNeededSources();
|
||||
ret.addAll(subclass.getNeededSources());
|
||||
ret.addAll(superclass.getNeededSources());
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user