mirror of https://github.com/apache/lucene.git
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:
parent
ed35f273b6
commit
5409ecb3d9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue