Update MRI projects for Aluminium
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / protocol / serialization / multipart / tablefeatures / InstructionsTablePropertySerializer.java
index b4ed106ce11b8499e2bb6c8ceb64879cbbb36add..cf900fb0583398b9b6dc4acd742506ea0b346949 100644 (file)
@@ -27,7 +27,7 @@ public class InstructionsTablePropertySerializer extends AbstractTablePropertySe
     protected void serializeProperty(final Instructions property, final ByteBuf byteBuf) {
         property
                 .getInstructions()
-                .getInstruction()
+                .nonnullInstruction().values()
                 .stream()
                 .sorted(OrderComparator.build())
                 .map(Instruction::getInstruction)