organize imports

This commit is contained in:
Honfika
2013-09-09 21:12:58 +02:00
parent fc7b82b866
commit 624194f453
79 changed files with 140 additions and 157 deletions

View File

@@ -53,7 +53,7 @@ public class InitArrayActionItem extends ActionItem {
}
@Override
public List<com.jpexs.decompiler.graph.GraphSourceItemPos> getNeededSources() {
public List<GraphSourceItemPos> getNeededSources() {
List<GraphSourceItemPos> ret = super.getNeededSources();
for (GraphTargetItem value : values) {
ret.addAll(value.getNeededSources());