BUG-3907: openflow-plugin-api does not build with jdk8
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / keys / InstructionDeserializerKey.java
index cb08cd92bbe53e4b5f3b855287b11bf942928bde..8482f6ef2d6af928c8538319f908e828fe903de9 100644 (file)
@@ -8,7 +8,6 @@
 
 package org.opendaylight.openflowjava.protocol.api.keys;
 
-import org.opendaylight.openflowjava.protocol.api.extensibility.MessageCodeKey;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.instruction.rev130731.instructions.grouping.Instruction;
 
 /**
@@ -21,7 +20,7 @@ public class InstructionDeserializerKey extends MessageCodeKey {
     /**
      * @param version protocol wire version
      * @param type instruction type
-     * @param experimenterId
+     * @param experimenterId experimenter (vendor) identifier
      */
     public InstructionDeserializerKey(short version, int type,
             Long experimenterId) {