X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-dom-spi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Fcore%2Fspi%2Fdata%2FForwardingDOMStoreThreePhaseCommitCohort.java;fp=opendaylight%2Fmd-sal%2Fsal-dom-spi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Fcore%2Fspi%2Fdata%2FForwardingDOMStoreThreePhaseCommitCohort.java;h=ec637ebd8d01bf3a28908a45afb126eafce4f52a;hb=3ec97cd0a86ad1b79f6854dc6924eb7b06e359a3;hp=c6e70feef607e73286b6d08b19623f33d843b16e;hpb=b681508d95a7897da263a92f7e3f0aff0adecb33;p=controller.git diff --git a/opendaylight/md-sal/sal-dom-spi/src/main/java/org/opendaylight/controller/sal/core/spi/data/ForwardingDOMStoreThreePhaseCommitCohort.java b/opendaylight/md-sal/sal-dom-spi/src/main/java/org/opendaylight/controller/sal/core/spi/data/ForwardingDOMStoreThreePhaseCommitCohort.java index c6e70feef6..ec637ebd8d 100644 --- a/opendaylight/md-sal/sal-dom-spi/src/main/java/org/opendaylight/controller/sal/core/spi/data/ForwardingDOMStoreThreePhaseCommitCohort.java +++ b/opendaylight/md-sal/sal-dom-spi/src/main/java/org/opendaylight/controller/sal/core/spi/data/ForwardingDOMStoreThreePhaseCommitCohort.java @@ -14,7 +14,10 @@ import com.google.common.util.concurrent.ListenableFuture; /** * Abstract base class for {@link DOMStoreThreePhaseCommitCohort} implementations, * which forward most of their functionality to a backend {@link #delegate()}. + * + * @deprecated Use {@link org.opendaylight.mdsal.dom.spi.store.ForwardingDOMStoreThreePhaseCommitCohort} instead. */ +@Deprecated @Beta public abstract class ForwardingDOMStoreThreePhaseCommitCohort extends ForwardingObject implements DOMStoreThreePhaseCommitCohort {