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:
Michael McCandless 2013-04-08 21:30:17 +00:00
parent fcb859806b
commit 8f54c7f34a
1 changed files with 1 additions and 1 deletions

View File

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