mirror of https://github.com/apache/lucene.git
fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1465800 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fcb859806b
commit
8f54c7f34a
|
@ -178,7 +178,7 @@ public abstract class IndexReader implements Closeable {
|
|||
* and returns <code>true</code> iff the refCount was
|
||||
* successfully incremented, otherwise <code>false</code>.
|
||||
* If this method returns <code>false</code> the reader is either
|
||||
* already closed or is currently been closed. Either way this
|
||||
* already closed or is currently being closed. Either way this
|
||||
* reader instance shouldn't be used by an application unless
|
||||
* <code>true</code> is returned.
|
||||
* <p>
|
||||
|
|
Loading…
Reference in New Issue