Renamed packages to org.opendaylight.openflowjava.protocol.impl.*
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / clients / SimpleClientHandler.java
similarity index 89%
rename from openflow-protocol-impl/src/test/java/org/openflow/lib/clients/SimpleClientHandler.java
rename to openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/clients/SimpleClientHandler.java
index 69d5275dedaf509b29df0f7f3b2522c34e5f80f9..fa2dbf96a144cf7075faa1a239cbbd959a299738 100644 (file)
@@ -1,12 +1,12 @@
 /* Copyright (C)2013 Pantheon Technologies, s.r.o. All rights reserved. */\r
 \r
-package org.openflow.lib.clients;\r
+package org.opendaylight.openflowjava.protocol.impl.clients;\r
 \r
 import io.netty.buffer.ByteBuf;\r
 import io.netty.channel.ChannelHandlerContext;\r
 import io.netty.channel.ChannelInboundHandlerAdapter;\r
 \r
-import org.openflow.util.ByteBufUtils;\r
+import org.opendaylight.openflowjava.protocol.impl.util.ByteBufUtils;\r
 import org.slf4j.Logger;\r
 import org.slf4j.LoggerFactory;\r
 \r