Bug 2245 Fixed Avoid cycle between java packages
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / deserialization / factories / OF10EchoRequestMessageFactoryTest.java
index 96fd03350f8321c12c8bcf7d58ac3bdf1fa648d4..12113a3783d4b73b0d248cac1004c50082dab7b0 100644 (file)
@@ -14,8 +14,8 @@ import org.junit.Assert;
 import org.junit.Before;
 import org.junit.Test;
 import org.opendaylight.openflowjava.protocol.api.extensibility.DeserializerRegistry;
-import org.opendaylight.openflowjava.protocol.api.extensibility.MessageCodeKey;
 import org.opendaylight.openflowjava.protocol.api.extensibility.OFDeserializer;
+import org.opendaylight.openflowjava.protocol.api.keys.MessageCodeKey;
 import org.opendaylight.openflowjava.protocol.impl.deserialization.DeserializerRegistryImpl;
 import org.opendaylight.openflowjava.protocol.impl.util.BufferHelper;
 import org.opendaylight.openflowjava.protocol.api.util.EncodeConstants;
@@ -50,7 +50,7 @@ public class OF10EchoRequestMessageFactoryTest {
 
         BufferHelper.checkHeaderV10(builtByFactory);
     }
-    
+
     /**
      * Testing {@link OF10EchoReplyMessageFactoryTest} for correct translation into POJO
      */