X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fmd-sal%2Fsal-binding-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fmd%2Fsal%2Fbinding%2Fapi%2FReadTransaction.java;h=5dad4917541c3c24e4db9aae478feb101d5198d8;hb=aaea3e9a92ae9d6fac04c4a065db4b35cbca9ed0;hp=0f136d6043bf1dde03ba13cb0005542d6561fe76;hpb=3ec97cd0a86ad1b79f6854dc6924eb7b06e359a3;p=controller.git diff --git a/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/md/sal/binding/api/ReadTransaction.java b/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/md/sal/binding/api/ReadTransaction.java index 0f136d6043..5dad491754 100644 --- a/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/md/sal/binding/api/ReadTransaction.java +++ b/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/md/sal/binding/api/ReadTransaction.java @@ -26,20 +26,17 @@ import org.opendaylight.yangtools.yang.binding.InstanceIdentifier; * * @deprecated Use {@link org.opendaylight.mdsal.binding.api.ReadTransaction} instead. */ -@Deprecated +@Deprecated(forRemoval = true) public interface ReadTransaction extends AsyncReadTransaction, DataObject> { - /** * Reads data from the provided logical data store located at the provided path. - *

- * If the target is a subtree, then the whole subtree is read (and will be - * accessible from the returned data object). * - * @param store - * Logical data store from which read should occur. - * @param path - * Path which uniquely identifies subtree which client want to - * read + *

+ * If the target is a subtree, then the whole subtree is read (and will be accessible from the returned data + * object). + * + * @param store Logical data store from which read should occur. + * @param path Path which uniquely identifies subtree which client want to read * @return a CheckFuture containing the result of the read. The Future blocks until the * commit operation is complete. Once complete: *