aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-02-07 14:56:08 +0100
committerSven Gothel <[email protected]>2022-02-07 14:56:08 +0100
commitef5d514d9736c5e8f020aa0c30edcc20712145c2 (patch)
tree07e6eca8209263e836c4ec926609af7e41f7112c /java
parent3c63ec99cd097b74a47d7fd889e3f442f98a8ff8 (diff)
Fix commit ecaa2cf69208586da5305cd0289820a88859eb6b: Eclipse erroneous added junit packages to import
Diffstat (limited to 'java')
-rw-r--r--java/org/direct_bt/BTFactory.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/java/org/direct_bt/BTFactory.java b/java/org/direct_bt/BTFactory.java
index 91827c05..13192a92 100644
--- a/java/org/direct_bt/BTFactory.java
+++ b/java/org/direct_bt/BTFactory.java
@@ -41,10 +41,6 @@ import java.util.jar.Attributes;
import java.util.jar.Manifest;
import org.jau.util.VersionUtil;
-import org.junit.FixMethodOrder;
-import org.junit.runners.MethodSorters;
-
-import trial.org.direct_bt.BaseDBTClientServer;
/**
* One stop {@link BTManager} API entry point.