Remove "/" sign in AbstractRestconfStreamRegistry
[netconf.git] / restconf / restconf-nb / src / main / java / org / opendaylight / restconf / server / api / RestconfServer.java
index 0385dd611c2a51a45036394e65a7a6143e510e32..1d3f3a4115d151eb1694266424ef93c595a5ad2f 100644 (file)
@@ -150,7 +150,8 @@ public interface RestconfServer {
      * <a href="https://www.rfc-editor.org/rfc/rfc8040#section-3.6">RFC8040 Operation Resource</a>.
      *
      * @param request {@link ServerRequest} for this request
-     * @param restconfURI Base URI of the request
+     * @param restconfURI Base URI of the request, the absolute equivalent to {@code {+restconf}} URI with a trailing
+     *                    slash
      * @param operation {@code <operation>} path, really an {@link ApiPath} to an {@code rpc}
      * @param body RPC operation
      * @return A {@link RestconfFuture} completing with {@link InvokeResult}