Renamed packages to org.opendaylight.openflowjava.protocol.impl.*
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / deserialization / OFDeserializer.java
similarity index 80%
rename from openflow-protocol-impl/src/main/java/org/openflow/lib/deserialization/OfDeserializer.java
rename to openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/deserialization/OFDeserializer.java
index 4eed289c013478fd4b742b3cdad5bee4fb5d8711..0ea40eece33ff327ae6761f2307f2dc9646b3ff5 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (C)2013 Pantheon Technologies, s.r.o. All rights reserved. */\r
-package org.openflow.lib.deserialization;\r
+package org.opendaylight.openflowjava.protocol.impl.deserialization;\r
 \r
 import org.opendaylight.yangtools.yang.binding.DataObject;\r
 \r
@@ -10,7 +10,7 @@ import io.netty.buffer.ByteBuf;
  *\r
  * @param <E> message code type\r
  */\r
-public interface OfDeserializer<E extends DataObject> {\r
+public interface OFDeserializer<E extends DataObject> {\r
 \r
     /**\r
      * Transforms byte message into POJO/DTO (of type E).\r