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

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


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 7a5d6606664 Fix javadocs for LBHttp2SolrClient
7a5d6606664 is described below

commit 7a5d66066648c8b2714c4c089c67e87a12d079e0
Author: Houston Putman <[email protected]>
AuthorDate: Thu Feb 20 12:38:51 2025 -0600

    Fix javadocs for LBHttp2SolrClient
---
 .../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 20b6e3f2e6a..e119598559c 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

Reply via email to