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