Javadoc update
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / util / InstructionsSerializer.java
index 54478ebf6663a9a4f41dee27f06cea8cc174fa24..aa998bcabe02aaad6b84adcfab69907e7eb675cc 100644 (file)
@@ -22,8 +22,9 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.instruction
 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.Instruction;\r
 \r
 /**\r
+ * Serializes ofp_instruction (OpenFlow v 1.3) structure\r
  * @author michal.polkorab\r
- *\r
+ * @author timotej.kubas\r
  */\r
 public abstract class InstructionsSerializer {\r
 \r
@@ -102,7 +103,7 @@ public abstract class InstructionsSerializer {
     /**\r
      * Computes length of instructions\r
      * @param instructions List of instructions\r
-     * @return length of instructions(in bytes)\r
+     * @return length of instructions (in bytes)\r
      */\r
     public static int computeInstructionsLength(List<Instructions> instructions) {\r
         int length = 0;\r