mirror of https://github.com/apache/lucene.git
Revert typo fix. Wasn't a type after all...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1304338 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eb06e60687
commit
4ba2d0b972
|
@ -3699,7 +3699,7 @@ public class IndexWriter implements Closeable, TwoPhaseCommit {
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns <code>true</code> if the index in the named directory is
|
||||
* Returns <code>true</code> iff the index in the named directory is
|
||||
* currently locked.
|
||||
* @param directory the directory to check for a lock
|
||||
* @throws IOException if there is a low-level IO error
|
||||
|
|
Loading…
Reference in New Issue