mirror of https://github.com/apache/lucene.git
typo in comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1060440 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
43fe48710b
commit
d7491ea757
|
@ -3255,7 +3255,7 @@ public class IndexWriter implements Closeable {
|
|||
// NOTE: the callers of this method should in theory
|
||||
// be able to do simply wait(), but, as a defense
|
||||
// against thread timing hazards where notifyAll()
|
||||
// falls to be called, we wait for at most 1 second
|
||||
// fails to be called, we wait for at most 1 second
|
||||
// and then return so caller can check if wait
|
||||
// conditions are satisfied:
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue