Fix star import and enable checkstyle rule to prevent it.
[controller.git] / opendaylight / northbound / bundlescanner / implementation / src / test / java / org / opendaylight / controller / northbound / bundlescanner / internal / BundleScannerTest.java
index 38d361c824880179cd7875f59c3f4449f204b2ad..5bbdd87c7c7f8973075d4ee5c09f557e1d701260 100644 (file)
@@ -1,6 +1,6 @@
 package org.opendaylight.controller.northbound.bundlescanner.internal;
 
-import static org.junit.Assert.*;
+
 
 import java.io.File;
 import java.io.FileFilter;
@@ -30,6 +30,10 @@ import org.osgi.framework.Constants;
 import org.springframework.osgi.mock.MockBundle;
 import org.springframework.osgi.mock.MockBundleContext;
 
+import static junit.framework.Assert.assertNotNull;
+import static org.junit.Assert.assertFalse;
+import static org.junit.Assert.assertTrue;
+
 public class BundleScannerTest {
 
     private static BundleScanner bundleScanner;