fix stale javadocs

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708162 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2015-10-12 16:53:36 +00:00
parent ed35f273b6
commit 5409ecb3d9
1 changed files with 1 additions and 4 deletions

View File

@ -37,10 +37,7 @@ public abstract class Terms {
} }
/** Returns an iterator that will step through all /** Returns an iterator that will step through all
* terms. This method will not return null. If you have * terms. This method will not return null. */
* a previous TermsEnum, for example from a different
* field, you can pass it for possible reuse if the
* implementation can do so. */
public abstract TermsEnum iterator() throws IOException; public abstract TermsEnum iterator() throws IOException;
/** Returns a TermsEnum that iterates over all terms and /** Returns a TermsEnum that iterates over all terms and