X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2FLocalFrontendHistory.java;h=d7c30121bf8a9323a362814ee7449870900acb84;hp=20d18e156e142a80467a41fad459969ba6f83d79;hb=88ba1506af44d1e9f1252f155c27a1309607477d;hpb=a4839cbdbe20bced4f2651ff4a2daa618c848946 diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/LocalFrontendHistory.java b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/LocalFrontendHistory.java index 20d18e156e..d7c30121bf 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/LocalFrontendHistory.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/LocalFrontendHistory.java @@ -36,9 +36,8 @@ final class LocalFrontendHistory extends AbstractFrontendHistory { } static LocalFrontendHistory create(final String persistenceId, final ShardDataTree tree, - final LocalHistoryIdentifier historyId) { - return new LocalFrontendHistory(persistenceId, tree, tree.ensureTransactionChain(historyId), ImmutableMap.of(), - TreeRangeSet.create()); + final ShardDataTreeTransactionChain chain) { + return new LocalFrontendHistory(persistenceId, tree, chain, ImmutableMap.of(), TreeRangeSet.create()); } static LocalFrontendHistory recreate(final String persistenceId, final ShardDataTree tree,