dsmiley commented on code in PR #3270: URL: https://github.com/apache/solr/pull/3270#discussion_r2006265507
########## solr/test-framework/src/java/org/apache/solr/cloud/ConfigRequest.java: ########## @@ -53,7 +53,7 @@ public RequestWriter.ContentWriter getContentWriter(String expectedType) { } @Override - public SolrResponse createResponse(SolrClient client) { + public SolrResponse createResponse(NamedList client) { Review Comment: Indeed; you are really paying attention here :-). Normally I have generics figured out but this was quite a puzzle. To my human eyes, the `<Object>` should be understood but javac was confused about whether this was actually an Override or not. After fiddling with it, an LLM gave this suggestion, which seems fine. I should add a comment including the error javac gave. -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org