Fix findbugs violations in openflowplugin-impl
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / protocol / serialization / instructions / ClearActionsInstructionSerializer.java
index 6e85ba56685187b585b5054eaeafe45dd4312e13..16de0297f1cd2d15385f23920a4a20795afdaf1d 100644 (file)
@@ -12,7 +12,7 @@ import io.netty.buffer.ByteBuf;
 import org.opendaylight.openflowjava.protocol.impl.util.InstructionConstants;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.Instruction;
 
-public class ClearActionsInstructionSerializer extends AbstractInstructionSerializer {
+public class ClearActionsInstructionSerializer extends AbstractInstructionSerializer<Instruction> {
 
     @Override
     public void serialize(Instruction input, ByteBuf outBuffer) {