Javadoc update
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / deserialization / OFDeserializer.java
index 0ea40eece33ff327ae6761f2307f2dc9646b3ff5..8f64ed3dea80bdf4fa648c3889b4089d00129bb5 100644 (file)
@@ -6,8 +6,9 @@ import org.opendaylight.yangtools.yang.binding.DataObject;
 import io.netty.buffer.ByteBuf;\r
 \r
 /**\r
+ * Uniform interface for deserializing factories\r
  * @author michal.polkorab\r
- *\r
+ * @author timotej.kubas\r
  * @param <E> message code type\r
  */\r
 public interface OFDeserializer<E extends DataObject> {\r