Bug 2245 - Fixed Avoid cycle between java packages
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / core / connection / ChannelOutboundQueueTest.java
@@ -6,7 +6,7 @@
  * and is available at http://www.eclipse.org/legal/epl-v10.html\r
  */\r
 \r
-package org.opendaylight.openflowjava.protocol.impl.connection;\r
+package org.opendaylight.openflowjava.protocol.impl.core.connection;\r
 \r
 import io.netty.channel.Channel;\r
 \r
@@ -14,6 +14,8 @@ import org.junit.Assert;
 import org.junit.Test;\r
 import org.mockito.Mock;\r
 import org.mockito.MockitoAnnotations;\r
+import org.opendaylight.openflowjava.protocol.impl.core.connection.ChannelOutboundQueue;\r
+import org.opendaylight.openflowjava.protocol.impl.core.connection.SimpleRpcListener;\r
 \r
 /**\r
  * @author michal.polkorab\r