Fix Java 8 javadoc compatibility
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / keys / InstructionSerializerKey.java
index 89f5cbfead224753c5ea94f54ef9ca77ba8f750f..213b22dbf19273ed3c0362bf8ffd588cc234ae60 100644 (file)
@@ -23,7 +23,6 @@ public class InstructionSerializerKey<T extends InstructionChoice>
 
     /**
      * @param msgVersion protocol wire version
-     * @param objectType class of serialized object (Instruction.class)
      * @param instructionType type of instruction
      * @param experimenterId experimenter / vendor ID
      */
@@ -77,4 +76,4 @@ public class InstructionSerializerKey<T extends InstructionChoice>
         return super.toString() + " instructionType type: " + instructionType.getName()
                 + " vendorID: " + experimenterId;
     }
-}
\ No newline at end of file
+}