unused imports removed, code formatting, recompile test reverted

This commit is contained in:
Honfika
2014-03-01 20:15:37 +01:00
parent 58cb55e241
commit 156c9c7dc1
47 changed files with 148 additions and 177 deletions
@@ -21,6 +21,6 @@ package com.jpexs.decompiler.flash;
* @author JPEXS
*/
public enum SearchMode {
ALL, BIGGEST, SMALLEST, FIRST, LAST
}