Fixup Augmentable and Identifiable methods changing
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / instructions / ApplyActionsInstructionSerializerTest.java
index d4e4d87e41303193746105b11cee86c10ca8c8b4..10c404c5f677520d7e091de64668fa223cd96af5 100644 (file)
@@ -39,7 +39,7 @@ public class ApplyActionsInstructionSerializerTest extends AbstractInstructionSe
                 .setApplyActions(new ApplyActionsBuilder()
                         .setAction(Collections.singletonList(new ActionBuilder()
                                 .setOrder(order)
-                                .setKey(new ActionKey(order))
+                                .withKey(new ActionKey(order))
                                 .setAction(new SetNwSrcActionCaseBuilder()
                                         .setSetNwSrcAction(new SetNwSrcActionBuilder()
                                                 .setAddress(new Ipv4Builder()