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%2Fsal%2Fbinding%2Fapi%2FRpcConsumerRegistry.java;h=cd70e4c8524ff59b590d9d3d3806b86bc198a2f8;hb=refs%2Fchanges%2F28%2F83828%2F2;hp=d6978d73d1e162f5b68473215c6205ccc3ddfd3d;hpb=093728d9bc64609b5503ae9191a8cc1d0a937b79;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,