Bump MDSAL to 4.0.0
[bgpcep.git] / bgp / benchmark-app / src / main / java / org / opendaylight / protocol / bgp / benchmark / app / AppPeerBenchmark.java
index a485810590568da4da9f7ea8e94f765e11776aa8..00a03953bfbd62f37d3c2c87767acb52f3d87386 100644 (file)
@@ -102,7 +102,7 @@ public class AppPeerBenchmark implements OdlBgpAppPeerBenchmarkService, Transact
     public AppPeerBenchmark(final DataBroker bindingDataBroker, final RpcProviderService rpcProviderRegistry,
             final String appRibId) {
         this.appRibId = requireNonNull(appRibId);
-        this.txChain = bindingDataBroker.createTransactionChain(this);
+        this.txChain = bindingDataBroker.createMergingTransactionChain(this);
 
         this.appIID = InstanceIdentifier.builder(ApplicationRib.class,
             new ApplicationRibKey(new ApplicationRibId(appRibId))).build();