From 5409ecb3d962c4b9fc38eb4cb17fcebba7547ab8 Mon Sep 17 00:00:00 2001 From: Michael McCandless Date: Mon, 12 Oct 2015 16:53:36 +0000 Subject: [PATCH] fix stale javadocs git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708162 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/core/src/java/org/apache/lucene/index/Terms.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lucene/core/src/java/org/apache/lucene/index/Terms.java b/lucene/core/src/java/org/apache/lucene/index/Terms.java index 486ed538fdb..5e1729481ff 100644 --- a/lucene/core/src/java/org/apache/lucene/index/Terms.java +++ b/lucene/core/src/java/org/apache/lucene/index/Terms.java @@ -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