Fix star import and enable checkstyle rule to prevent it.
[controller.git] / opendaylight / configuration / implementation / src / test / java / org / opendaylight / controller / configuration / internal / ConfigurationImplTest.java
index 1d7bdbd6b6d4e8c7f7918b3878c497228c4adda4..f9811006ce91919a7e8a378a245872b8e779b8e2 100644 (file)
@@ -9,7 +9,8 @@
 
 package org.opendaylight.controller.configuration.internal;
 
-import org.junit.*;
+import org.junit.Assert;
+import org.junit.Test;
 import org.opendaylight.controller.configuration.IConfigurationAware;
 
 public class ConfigurationImplTest {