diff options
author | Sven Gothel <[email protected]> | 2022-02-07 14:56:08 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-02-07 14:56:08 +0100 |
commit | ef5d514d9736c5e8f020aa0c30edcc20712145c2 (patch) | |
tree | 07e6eca8209263e836c4ec926609af7e41f7112c /java | |
parent | 3c63ec99cd097b74a47d7fd889e3f442f98a8ff8 (diff) |
Fix commit ecaa2cf69208586da5305cd0289820a88859eb6b: Eclipse erroneous added junit packages to import
Diffstat (limited to 'java')
-rw-r--r-- | java/org/direct_bt/BTFactory.java | 4 |
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. |