Bump MDSAL to 4.0.0
[bgpcep.git] / pcep / topology / topology-provider / src / main / java / org / opendaylight / bgpcep / pcep / topology / provider / TopologyNodeState.java
index 837b4e66c59fd5138f83c506dc8ba4af50a33b95..d60b122d1b3c67b94f63cc45891f2dff7898d426 100644 (file)
@@ -59,7 +59,7 @@ final class TopologyNodeState implements AutoCloseable, TransactionChainListener
         Preconditions.checkArgument(holdStateNanos >= 0);
         this.nodeId = topology.child(Node.class, new NodeKey(id));
         this.holdStateNanos = holdStateNanos;
-        this.chain = broker.createTransactionChain(this);
+        this.chain = broker.createMergingTransactionChain(this);
     }
 
     @Nonnull