Javadoc update
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / util / OF10MatchSerializer.java
index 909852d1fc99a8f91d8fd26d72ceb5ee7ea770ab..d7b61ca36353f553e98fe16d75ed6a702eb8739d 100644 (file)
@@ -6,8 +6,8 @@ import io.netty.buffer.ByteBuf;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev130731.match.v10.grouping.MatchV10;\r
 \r
 /**\r
+ * Serializes ofp_match (OpenFlow v1.0) structure\r
  * @author michal.polkorab\r
- *\r
  */\r
 public abstract class OF10MatchSerializer {\r
 \r
@@ -16,8 +16,8 @@ public abstract class OF10MatchSerializer {
     \r
     /**\r
      * Encodes ofp_match (OpenFlow v1.0)\r
-     * @param out\r
-     * @param match\r
+     * @param out output ByteBuf that match will be written into\r
+     * @param match match to be encoded\r
      */\r
     public static void encodeMatchV10(ByteBuf out, MatchV10 match) {\r
         out.writeInt(match.getWildcards().intValue());\r