dsmiley commented on code in PR #3881:
URL: https://github.com/apache/solr/pull/3881#discussion_r2573836704


##########
solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:
##########
@@ -613,20 +609,11 @@ public NamedList<Object> request(SolrRequest<?> 
solrRequest, String collection)
     }
   }
 
-  /**
-   * Executes a SolrRequest using the provided URL to temporarily override any 
"base URL" currently
-   * used by this client
-   *
-   * @param baseUrl a URL to a root Solr path (i.e. "/solr") that should be 
used for this request
-   * @param collection an optional collection or core name used to override 
the client's "default
-   *     collection". May be 'null' for any requests that don't require a 
collection or wish to rely
-   *     on the client's default
-   * @param req the SolrRequest to send
-   */
-  public final <R extends SolrResponse> R requestWithBaseUrl(
-      String baseUrl, String collection, SolrRequest<R> req)
+  @Override
+  public NamedList<Object> requestWithBaseUrl(

Review Comment:
   I'll mention a signature change in the changelog.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to