Update MRI projects for Aluminium
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / protocol / serialization / multipart / tablefeatures / WriteActionsMissTablePropertySerializer.java
index 437aadbc36269d4766d183dd6f36c679d2a2a9f1..30bd3d874b419a7f1d60db1e83c1792d8edc3b4b 100644 (file)
@@ -27,7 +27,7 @@ public class WriteActionsMissTablePropertySerializer extends
     protected void serializeProperty(final WriteActionsMiss property, final ByteBuf byteBuf) {
         property
                 .getWriteActionsMiss()
-                .getAction()
+                .nonnullAction().values()
                 .stream()
                 .sorted(OrderComparator.build())
                 .map(Action::getAction)