yifan-c commented on code in PR #186: URL: https://github.com/apache/cassandra-sidecar/pull/186#discussion_r1941731693
########## server/src/main/java/org/apache/cassandra/sidecar/acl/authorization/AuthorizationParameterValidateHandler.java: ########## @@ -61,7 +62,7 @@ protected AuthorizationParameterValidateHandler(InstanceMetadataFetcher metadata @Override protected void handleInternal(RoutingContext context, HttpServerRequest httpRequest, - String host, + @NotNull String host, Review Comment: `host` is always non-null. Adding the annotation to clarify -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org