diff --git a/trunk/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java b/trunk/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java index 94b4c1a89..d26354d2b 100644 --- a/trunk/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java +++ b/trunk/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java @@ -18,7 +18,6 @@ package com.jpexs.decompiler.flash.console; import com.jpexs.decompiler.flash.AbortRetryIgnoreHandler; import com.jpexs.decompiler.flash.ApplicationInfo; -import com.jpexs.decompiler.flash.ConsoleAbortRetryIgnoreHandler; import com.jpexs.decompiler.flash.EventListener; import com.jpexs.decompiler.flash.SWF; import com.jpexs.decompiler.flash.configuration.Configuration; diff --git a/trunk/src/com/jpexs/decompiler/flash/ConsoleAbortRetryIgnoreHandler.java b/trunk/src/com/jpexs/decompiler/flash/console/ConsoleAbortRetryIgnoreHandler.java similarity index 92% rename from trunk/src/com/jpexs/decompiler/flash/ConsoleAbortRetryIgnoreHandler.java rename to trunk/src/com/jpexs/decompiler/flash/console/ConsoleAbortRetryIgnoreHandler.java index 223d7e358..71f8c6dbd 100644 --- a/trunk/src/com/jpexs/decompiler/flash/ConsoleAbortRetryIgnoreHandler.java +++ b/trunk/src/com/jpexs/decompiler/flash/console/ConsoleAbortRetryIgnoreHandler.java @@ -14,8 +14,9 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -package com.jpexs.decompiler.flash; +package com.jpexs.decompiler.flash.console; +import com.jpexs.decompiler.flash.AbortRetryIgnoreHandler; import java.util.Scanner; /**