Instruction experimenterId fix
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / keys / InstructionSerializerKey.java
index 6f9a299b00be47084e820c4c64cd38049cba426c..89f5cbfead224753c5ea94f54ef9ca77ba8f750f 100644 (file)
@@ -16,7 +16,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.instruction
  * @param <T> instruction type
  */
 public class InstructionSerializerKey<T extends InstructionChoice>
-        extends MessageTypeKey<Instruction>{
+        extends MessageTypeKey<Instruction> implements ExperimenterSerializerKey {
 
     private Class<T> instructionType;
     private Long experimenterId;