X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Fbinding%2Fapi%2FRpcConsumerRegistry.java;fp=opendaylight%2Fmd-sal%2Fsal-binding-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Fbinding%2Fapi%2FRpcConsumerRegistry.java;h=cd70e4c8524ff59b590d9d3d3806b86bc198a2f8;hb=dded1a38ea0effcbb6bcc4a02a633e52a5f19676;hp=d6978d73d1e162f5b68473215c6205ccc3ddfd3d;hpb=0884c6c16cc03eefd09896d579a4d372ec4142ef;p=controller.git diff --git a/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/sal/binding/api/RpcConsumerRegistry.java b/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/sal/binding/api/RpcConsumerRegistry.java index d6978d73d1..cd70e4c852 100644 --- a/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/sal/binding/api/RpcConsumerRegistry.java +++ b/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/sal/binding/api/RpcConsumerRegistry.java @@ -25,11 +25,10 @@ public interface RpcConsumerRegistry extends BindingAwareService, BindingService * Returns an implementation of a requested RPC service. * *

- * The returned instance is not an actual implementation of the RPC service - * interface, but a proxy implementation of the interface that forwards to - * an actual implementation, if any. - *

+ * The returned instance is not an actual implementation of the RPC service interface, but a proxy implementation + * of the interface that forwards to an actual implementation, if any. * + *

* The following describes the behavior of the proxy when invoking RPC methods: *

* - * The returned proxy is automatically updated with the most recent - * registered implementation. - * + *

+ * The returned proxy is automatically updated with the most recent registered implementation. * {@code * final Future> future = someRpcService.someRpc( ... ); * Futures.addCallback(future,