Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/androidTest/java/se/lublin/humla/test/URLParserTest.java')
-rw-r--r--src/androidTest/java/se/lublin/humla/test/URLParserTest.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/androidTest/java/se/lublin/humla/test/URLParserTest.java b/src/androidTest/java/se/lublin/humla/test/URLParserTest.java
index 51d7931..851f0ac 100644
--- a/src/androidTest/java/se/lublin/humla/test/URLParserTest.java
+++ b/src/androidTest/java/se/lublin/humla/test/URLParserTest.java
@@ -17,14 +17,14 @@
package se.lublin.humla.test;
-import se.lublin.humla.Constants;
-import se.lublin.humla.model.Server;
-import se.lublin.humla.util.MumbleURLParser;
-
import junit.framework.TestCase;
import java.net.MalformedURLException;
+import se.lublin.humla.Constants;
+import se.lublin.humla.model.Server;
+import se.lublin.humla.util.MumbleURLParser;
+
/**
* Tests the Mumble URL parser.
* Created by andrew on 03/03/14.