Organize imports

This commit is contained in:
Chris Beams 2014-11-10 00:42:27 +01:00
parent a4cf7a0aeb
commit 935785e611
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73

View File

@ -25,7 +25,6 @@ import io.bitsquare.gui.ViewLoader;
import com.google.inject.Guice;
import com.google.inject.Injector;
import java.util.HashMap;
import java.util.Properties;
import javafx.application.Application;
@ -36,8 +35,6 @@ import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import net.sourceforge.argparse4j.inf.Namespace;
public class ViewLoaderTests {
public static class TestApp extends Application {