This is an automated email from the ASF dual-hosted git repository.

psalagnac pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new a8adf3ea727 SOLR-17256: Remove now unused SolrRequest.basePath
a8adf3ea727 is described below

commit a8adf3ea7273da09f5d6c323df038b85ca6fd7ed
Author: Pierre Salagnac <[email protected]>
AuthorDate: Thu Sep 18 14:54:21 2025 +0200

    SOLR-17256: Remove now unused SolrRequest.basePath
---
 solr/solrj/src/java/org/apache/solr/client/solrj/SolrRequest.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/solr/solrj/src/java/org/apache/solr/client/solrj/SolrRequest.java 
b/solr/solrj/src/java/org/apache/solr/client/solrj/SolrRequest.java
index e506d3cb62a..72ccc3e2987 100644
--- a/solr/solrj/src/java/org/apache/solr/client/solrj/SolrRequest.java
+++ b/solr/solrj/src/java/org/apache/solr/client/solrj/SolrRequest.java
@@ -119,8 +119,6 @@ public abstract class SolrRequest<T> implements 
Serializable {
 
   private String basicAuthUser, basicAuthPwd;
 
-  private String basePath;
-
   public SolrRequest<T> setBasicAuthCredentials(String user, String password) {
     this.basicAuthUser = user;
     this.basicAuthPwd = password;

Reply via email to