mirror of https://github.com/apache/lucene.git
SOLR-844: fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@773188 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dbf0a31380
commit
ab458b7900
|
@ -269,7 +269,7 @@ public class LBHttpSolrServer extends SolrServer {
|
|||
* LBHttpSolrServer keeps pinging the dead servers at fixed interval to find if it is alive. Use this to set that
|
||||
* interval
|
||||
*
|
||||
* @param interval time in seconds
|
||||
* @param interval time in milliseconds
|
||||
*/
|
||||
public void setAliveCheckInterval(int interval) {
|
||||
if (interval <= 0) {
|
||||
|
|
Loading…
Reference in New Issue