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

@@ -99,7 +99,7 @@ public class ActionPanel extends JPanel implements ActionListener {
private boolean ignoreCarret = false;
private boolean editMode = false;
private boolean editDecompiledMode = false;
private List<com.jpexs.decompiler.flash.action.Action> lastCode;
private List<Action> lastCode;
private ASMSource src;
public JPanel topButtonsPan;
private String srcWithHex;