You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by mi...@apache.org on 2008/07/10 12:36:06 UTC

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

Author: mikemccand
Date: Thu Jul 10 03:36:05 2008
New Revision: 675503

URL: http://svn.apache.org/viewvc?rev=675503&view=rev
Log:
fix javadoc warnings

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

Modified: lucene/java/trunk/src/java/org/apache/lucene/index/IndexReader.java
URL: http://svn.apache.org/viewvc/lucene/java/trunk/src/java/org/apache/lucene/index/IndexReader.java?rev=675503&r1=675502&r2=675503&view=diff
==============================================================================
--- lucene/java/trunk/src/java/org/apache/lucene/index/IndexReader.java (original)
+++ lucene/java/trunk/src/java/org/apache/lucene/index/IndexReader.java Thu Jul 10 03:36:05 2008
@@ -1005,9 +1005,10 @@
    *  Normally, because the default is {@link
    *  KeepOnlyLastCommitDeletionPolicy}, there would be only
    *  one commit point.  But if you're using a custom {@link
-   *  DeletionPolicy} then there could be many commits.
+   *  IndexDeletionPolicy} then there could be many commits.
    *  Once you have a given commit, you can open a reader on
    *  it by calling {@link IndexReader#open(Directory,
+   *  boolean, IndexDeletionPolicy,
    *  IndexCommit)}.  There must be at least one commit in
    *  the Directory, else this method throws {@link
    *  java.io.IOException}.  Note that if a commit is in