You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2015/10/12 18:53:55 UTC

svn commit: r1708163 - in /lucene/dev/branches/branch_5x: ./ lucene/ lucene/core/ lucene/core/src/java/org/apache/lucene/index/Terms.java

Author: mikemccand
Date: Mon Oct 12 16:53:55 2015
New Revision: 1708163

URL: http://svn.apache.org/viewvc?rev=1708163&view=rev
Log:
fix stale javadocs

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/lucene/   (props changed)
    lucene/dev/branches/branch_5x/lucene/core/   (props changed)
    lucene/dev/branches/branch_5x/lucene/core/src/java/org/apache/lucene/index/Terms.java

Modified: lucene/dev/branches/branch_5x/lucene/core/src/java/org/apache/lucene/index/Terms.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/lucene/core/src/java/org/apache/lucene/index/Terms.java?rev=1708163&r1=1708162&r2=1708163&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/lucene/core/src/java/org/apache/lucene/index/Terms.java (original)
+++ lucene/dev/branches/branch_5x/lucene/core/src/java/org/apache/lucene/index/Terms.java Mon Oct 12 16:53:55 2015
@@ -37,10 +37,7 @@ public abstract class Terms {
   }
 
   /** Returns an iterator that will step through all
-   *  terms. This method will not return null.  If you have
-   *  a previous TermsEnum, for example from a different
-   *  field, you can pass it for possible reuse if the
-   *  implementation can do so. */
+   *  terms. This method will not return null. */
   public abstract TermsEnum iterator() throws IOException;
 
   /** Returns a TermsEnum that iterates over all terms and