Update MRI projects for Aluminium
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / protocol / serialization / multipart / tablefeatures / ApplyActionsMissTablePropertySerializer.java
index 23969502185ee1896a35fc75ccf6af608d8367e1..52734f8e5c600e5225d8e787811f6568669bdec3 100644 (file)
@@ -27,7 +27,7 @@ public class ApplyActionsMissTablePropertySerializer extends
     protected void serializeProperty(final ApplyActionsMiss property, final ByteBuf byteBuf) {
         property
                 .getApplyActionsMiss()
-                .getAction()
+                .nonnullAction().values()
                 .stream()
                 .sorted(OrderComparator.build())
                 .map(Action::getAction)