Fix unused import warnings
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / statistics / ofpspecific / MessageIntelligenceAgencyImplTest.java
index d599b860b46b84dca3ddee04e168eeedce6e7f32..695a2e14a590ef7f770b175164143e35db5cedb6 100644 (file)
@@ -1,13 +1,10 @@
 package org.opendaylight.openflowplugin.impl.statistics.ofpspecific;
 
-import junit.framework.TestCase;
+import static org.junit.Assert.assertTrue;
+import java.util.List;
 import org.junit.Test;
 import org.opendaylight.openflowplugin.api.openflow.statistics.ofpspecific.MessageSpy;
 
-import java.util.List;
-
-import static org.junit.Assert.assertTrue;
-
 
 public class MessageIntelligenceAgencyImplTest {