Javadoc update
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / serialization / OFSerializer.java
index 811ce8668cd28118b53637be320bda32341b6862..2c88d0a0c766794ff993a80dcf392f56c0f20020 100644 (file)
@@ -6,8 +6,9 @@ import io.netty.buffer.ByteBuf;
 import org.opendaylight.yangtools.yang.binding.DataObject;\r
 \r
 /**\r
+ * Uniform interface for serializing factories\r
  * @author michal.polkorab\r
- *\r
+ * @author timotej.kubas\r
  * @param <E> message type\r
  */\r
 public interface OFSerializer <E extends DataObject> {\r
@@ -28,7 +29,6 @@ public interface OFSerializer <E extends DataObject> {
     public abstract int computeLength(E message);\r
     \r
     /**\r
-     * \r
      * @return message code type\r
      */\r
     public byte getMessageType();\r