Code refactoring and cleanup. Configurable directory opening command.
[instantlauncher.git] / src / main / java / eu / svjatoslav / instantlauncher / Main.java
index 08cc3a6..c5d320b 100755 (executable)
@@ -1,13 +1,11 @@
 package eu.svjatoslav.instantlauncher;
 
-import eu.svjatoslav.commons.gui.dialog.ExceptionDialog;
-
 import java.io.IOException;
 
 class Main {
 
     public static void main(final String[] args) throws IOException {
-       new InstantLauncher().run();
+        new InstantLauncher().run();
     }
 
 }