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%2FRpcProviderRegistry.java;h=cdf55844b3d94d680a7a21ad052deb9a7aa73ac4;hb=89bbb529da1ea9e338b2b03192bd912003f7f00e;hp=c64e24c9c232d2aab54847713c7f5f1c7aa236dd;hpb=2c9ffa0406763f72332d60e3a49c57640ffafdcf;p=controller.git diff --git a/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/sal/binding/api/RpcProviderRegistry.java b/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/sal/binding/api/RpcProviderRegistry.java index c64e24c9c2..cdf55844b3 100644 --- a/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/sal/binding/api/RpcProviderRegistry.java +++ b/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/sal/binding/api/RpcProviderRegistry.java @@ -25,7 +25,7 @@ public interface RpcProviderRegistry extends // RpcConsumerRegistry, // RouteChangePublisher> { /** - * Registers an global RpcService implementation. + * Registers a global RpcService implementation. * * @param type * @param implementation @@ -36,16 +36,15 @@ public interface RpcProviderRegistry extends // /** * - * Register an Routed RpcService where routing is determined on annotated + * Register a Routed RpcService where routing is determined on annotated * (in YANG model) context-reference and value of annotated leaf. * * @param type * Type of RpcService, use generated interface class, not your - * implementation clas + * implementation class * @param implementation * Implementation of RpcService - * @return Registration object for routed Rpc which could be used to close - * an + * @return Registration object for routed Rpc which could be used to unregister * * @throws IllegalStateException */