Fixup Augmentable and Identifiable methods changing
[openflowplugin.git] / applications / topology-manager / src / main / java / org / opendaylight / openflowplugin / applications / topology / manager / FlowCapableTopologyProvider.java
index 8f07c1b06a7f8f6d678981fb8ccba1b638cfe3c4..fd0b1bc42e625f6330eb2b4a478ee1aa8e2dc72c 100644 (file)
@@ -58,7 +58,7 @@ public class FlowCapableTopologyProvider implements AutoCloseable {
 
         if (!isFlowTopologyExist(path)) {
             transactionChainManager.writeToTransaction(LogicalDatastoreType.OPERATIONAL, path,
-                                                       new TopologyBuilder().setKey(key).build(), true);
+                                                       new TopologyBuilder().withKey(key).build(), true);
             transactionChainManager.submitTransaction();
         }