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/HumlaServiceTest.java')
-rw-r--r--src/androidTest/java/se/lublin/humla/test/HumlaServiceTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/androidTest/java/se/lublin/humla/test/HumlaServiceTest.java b/src/androidTest/java/se/lublin/humla/test/HumlaServiceTest.java
index 055438f..df2e04c 100644
--- a/src/androidTest/java/se/lublin/humla/test/HumlaServiceTest.java
+++ b/src/androidTest/java/se/lublin/humla/test/HumlaServiceTest.java
@@ -21,8 +21,8 @@ import android.content.Intent;
import android.os.RemoteException;
import android.test.ServiceTestCase;
-import se.lublin.humla.IHumlaService;
import se.lublin.humla.HumlaService;
+import se.lublin.humla.IHumlaService;
import se.lublin.humla.model.Server;
/**