mirror of https://github.com/apache/lucene.git
comment typo fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1189718 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
29a17b885f
commit
bcd8fc6522
|
@ -280,7 +280,7 @@ public class CommonsHttpSolrServer extends SolrServer
|
|||
int tries = _maxRetries + 1;
|
||||
try {
|
||||
while( tries-- > 0 ) {
|
||||
// Note: since we aren't do intermittent time keeping
|
||||
// Note: since we aren't doing intermittent time keeping
|
||||
// ourselves, the potential non-timeout latency could be as
|
||||
// much as tries-times (plus scheduling effects) the given
|
||||
// timeAllowed.
|
||||
|
|
Loading…
Reference in New Issue