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