mirror of
https://github.com/apache/lucene.git
synced 2025-03-09 11:23:31 +00:00
fix javadocs to no longer mention IR's commit().
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1213099 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9a8bde3c8b
commit
50cbfec8ff
@ -246,12 +246,11 @@ public abstract class IndexReader implements Cloneable,Closeable {
|
||||
|
||||
/**
|
||||
* Expert: decreases the refCount of this IndexReader
|
||||
* instance. If the refCount drops to 0, then pending
|
||||
* changes (if any) are committed to the index and this
|
||||
* instance. If the refCount drops to 0, then this
|
||||
* reader is closed. If an exception is hit, the refCount
|
||||
* is unchanged.
|
||||
*
|
||||
* @throws IOException in case an IOException occurs in commit() or doClose()
|
||||
* @throws IOException in case an IOException occurs in doClose()
|
||||
*
|
||||
* @see #incRef
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user