Fixup Augmentable and Identifiable methods changing
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / protocol / deserialization / messages / GroupMessageDeserializer.java
index 36efc59854ff996b6adb4120e91cab8ac5e9e0d3..73d1986cb280aae8320cb159c80a2747801f4ee6 100644 (file)
@@ -76,7 +76,7 @@ public class GroupMessageDeserializer implements OFDeserializer<GroupMessage>, D
 
                 while (message.readerIndex() - startIndex < bucketLength) {
                     actions.add(new ActionBuilder()
-                        .setKey(new ActionKey(offset))
+                        .withKey(new ActionKey(offset))
                         .setOrder(offset)
                         .setAction(ActionUtil.readAction(EncodeConstants.OF13_VERSION_ID, message, registry,
                                 ActionPath.GROUP_DESC_STATS_UPDATED_BUCKET_ACTION))