This is an automated email from the ASF dual-hosted git repository.
frankgh pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-sidecar.git
The following commit(s) were added to refs/heads/trunk by this push:
new e3e549d7 ninja; fix javadocs for
org.apache.cassandra.sidecar.handlers.AbstractHandler#host
e3e549d7 is described below
commit e3e549d7aba9465c23bd7925f6d703e9c1e6c448
Author: Francisco Guerrero <[email protected]>
AuthorDate: Thu Jul 10 13:06:49 2025 -0400
ninja; fix javadocs for
org.apache.cassandra.sidecar.handlers.AbstractHandler#host
---
.../java/org/apache/cassandra/sidecar/handlers/AbstractHandler.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/server/src/main/java/org/apache/cassandra/sidecar/handlers/AbstractHandler.java
b/server/src/main/java/org/apache/cassandra/sidecar/handlers/AbstractHandler.java
index d35fb660..a7c4f7f6 100644
---
a/server/src/main/java/org/apache/cassandra/sidecar/handlers/AbstractHandler.java
+++
b/server/src/main/java/org/apache/cassandra/sidecar/handlers/AbstractHandler.java
@@ -120,8 +120,8 @@ public abstract class AbstractHandler<T> implements
Handler<RoutingContext>
T request);
/**
- * Returns the host from the path if the requests contains the {@code
/instance/} path parameter,
- * otherwise it returns the host parsed from the request.
+ * Returns the host from the query parameter when the request URI contains
the {@code instanceId} parameter,
+ * otherwise returns the parsed host from the request.
*
* @param context the routing context
* @return the host for the routing context
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]