Fixup Augmentable and Identifiable methods changing
[openflowplugin.git] / openflowplugin / src / main / java / org / opendaylight / openflowplugin / openflow / md / core / sal / convertor / flow / FlowInstructionResponseConvertor.java
index 0d06b0183d124ab9336d35b3b40992f13af4f093..6691d75d2d767b2a74fbdb229cad11c8b9b38b39 100644 (file)
@@ -155,7 +155,7 @@ public final class FlowInstructionResponseConvertor extends Convertor<
 
             InstructionBuilder instBuilder = new InstructionBuilder();
             instBuilder.setInstruction(salInstruction);
-            instBuilder.setKey(new InstructionKey(instructionTreeNodekey));
+            instBuilder.withKey(new InstructionKey(instructionTreeNodekey));
             instBuilder.setOrder(instructionTreeNodekey);
             instructionTreeNodekey++;
             salInstructionList.add(instBuilder.build());