Update MRI projects for Aluminium
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / protocol / serialization / multipart / tablefeatures / ApplyActionsTablePropertySerializer.java
index 796fee6b91bf3532dd47614ba980f827e98f58b9..2bda2d9ebadf78bc62b3452811141a42d14e7e9a 100644 (file)
@@ -27,7 +27,8 @@ public class ApplyActionsTablePropertySerializer extends AbstractTablePropertySe
     protected void serializeProperty(final ApplyActions property, final ByteBuf byteBuf) {
         property
                 .getApplyActions()
-                .getAction()
+                .nonnullAction()
+                .values()
                 .stream()
                 .sorted(OrderComparator.build())
                 .map(Action::getAction)