X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fmd-sal%2Fsal-common-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fmd%2Fsal%2Fcommon%2Fapi%2Fdata%2FTransactionChainFactory.java;h=1e312184ed14cfdd681c314ddda25a46f8318368;hb=aaea3e9a92ae9d6fac04c4a065db4b35cbca9ed0;hp=470e6110047adb93014455ae679dc8126b7e1dd3;hpb=ba063c294c8367da5917a6930dc79d00ee14c23e;p=controller.git diff --git a/opendaylight/md-sal/sal-common-api/src/main/java/org/opendaylight/controller/md/sal/common/api/data/TransactionChainFactory.java b/opendaylight/md-sal/sal-common-api/src/main/java/org/opendaylight/controller/md/sal/common/api/data/TransactionChainFactory.java index 470e611004..1e312184ed 100644 --- a/opendaylight/md-sal/sal-common-api/src/main/java/org/opendaylight/controller/md/sal/common/api/data/TransactionChainFactory.java +++ b/opendaylight/md-sal/sal-common-api/src/main/java/org/opendaylight/controller/md/sal/common/api/data/TransactionChainFactory.java @@ -12,6 +12,7 @@ import org.opendaylight.yangtools.concepts.Path; /** * Interface for creating transaction chains. */ +@Deprecated(forRemoval = true) public interface TransactionChainFactory

, D> { /**