fix javadocs

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@885362 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2009-11-30 09:15:20 +00:00
parent 2ef402eefa
commit 76587d4e5f
1 changed files with 1 additions and 2 deletions

View File

@ -494,8 +494,7 @@ public final class NumericRangeQuery<T extends Number> extends MultiTermQuery {
}
/**
* Compares if current upper bound is reached,
* this also updates the term count for statistics.
* Compares if current upper bound is reached.
* In contrast to {@link FilteredTermEnum}, a return value
* of <code>false</code> ends iterating the current enum
* and forwards to the next sub-range.