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:
Koji Sekiguchi 2009-05-09 09:48:17 +00:00
parent dbf0a31380
commit ab458b7900
1 changed files with 1 additions and 1 deletions

View File

@ -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) {