You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2011/12/12 00:02:50 UTC

svn commit: r1213099 - /lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/IndexReader.java

Author: uschindler
Date: Sun Dec 11 23:02:50 2011
New Revision: 1213099

URL: http://svn.apache.org/viewvc?rev=1213099&view=rev
Log:
fix javadocs to no longer mention IR's commit().

Modified:
    lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/IndexReader.java

Modified: lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/IndexReader.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/IndexReader.java?rev=1213099&r1=1213098&r2=1213099&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/IndexReader.java (original)
+++ lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/IndexReader.java Sun Dec 11 23:02:50 2011
@@ -246,12 +246,11 @@ public abstract class IndexReader implem
 
   /**
    * 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
    */