This is an automated email from the ASF dual-hosted git repository.
houston pushed a commit to branch branch_9_8
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9_8 by this push:
new 4bdb7bf4498 Fix javadocs for LBHttp2SolrClient
4bdb7bf4498 is described below
commit 4bdb7bf4498b4036368468e0ca44cf1d82d2338b
Author: Houston Putman <[email protected]>
AuthorDate: Thu Feb 20 12:38:51 2025 -0600
Fix javadocs for LBHttp2SolrClient
(cherry picked from commit 7a5d66066648c8b2714c4c089c67e87a12d079e0)
---
.../src/java/org/apache/solr/client/solrj/impl/LBHttp2SolrClient.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/solr/solrj/src/java/org/apache/solr/client/solrj/impl/LBHttp2SolrClient.java
b/solr/solrj/src/java/org/apache/solr/client/solrj/impl/LBHttp2SolrClient.java
index 14b869fd41a..a4811c09de7 100644
---
a/solr/solrj/src/java/org/apache/solr/client/solrj/impl/LBHttp2SolrClient.java
+++
b/solr/solrj/src/java/org/apache/solr/client/solrj/impl/LBHttp2SolrClient.java
@@ -71,7 +71,8 @@ import org.slf4j.MDC;
*
* This detects if a dead server comes alive automatically. The check is done
in fixed intervals in
* a dedicated thread. This interval can be set using {@link
- * LBHttp2SolrClient.Builder#setAliveCheckInterval(int)} , the default is set
to one minute.
+ * LBHttp2SolrClient.Builder#setAliveCheckInterval(int, TimeUnit)} , the
default is set to one
+ * minute.
*
* <p><b>When to use this?</b><br>
* This can be used as a software load balancer when you do not wish to set up
an external load