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 2010/04/01 11:38:15 UTC

svn commit: r929895 - /lucene/java/branches/flex_1458/src/java/org/apache/lucene/index/TermsEnum.java

Author: mikemccand
Date: Thu Apr  1 09:38:15 2010
New Revision: 929895

URL: http://svn.apache.org/viewvc?rev=929895&view=rev
Log:
fix jdoc

Modified:
    lucene/java/branches/flex_1458/src/java/org/apache/lucene/index/TermsEnum.java

Modified: lucene/java/branches/flex_1458/src/java/org/apache/lucene/index/TermsEnum.java
URL: http://svn.apache.org/viewvc/lucene/java/branches/flex_1458/src/java/org/apache/lucene/index/TermsEnum.java?rev=929895&r1=929894&r2=929895&view=diff
==============================================================================
--- lucene/java/branches/flex_1458/src/java/org/apache/lucene/index/TermsEnum.java (original)
+++ lucene/java/branches/flex_1458/src/java/org/apache/lucene/index/TermsEnum.java Thu Apr  1 09:38:15 2010
@@ -60,7 +60,7 @@ public abstract class TermsEnum {
    *  attempt to use its term cache (if it uses one). */
   public abstract SeekStatus seek(BytesRef text, boolean useCache) throws IOException;
 
-  /** Seeks to the specified term.  Returns SeekResult to
+  /** Seeks to the specified term.  Returns SeekStatus to
    *  indicate whether exact term was found, a different
    *  term was found, or EOF was hit.  The target term may
    *  be befor or after the current term. */