You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by us...@apache.org on 2009/11/30 10:15:20 UTC

svn commit: r885362 - /lucene/java/trunk/src/java/org/apache/lucene/search/NumericRangeQuery.java

Author: uschindler
Date: Mon Nov 30 09:15:20 2009
New Revision: 885362

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

Modified:
    lucene/java/trunk/src/java/org/apache/lucene/search/NumericRangeQuery.java

Modified: lucene/java/trunk/src/java/org/apache/lucene/search/NumericRangeQuery.java
URL: http://svn.apache.org/viewvc/lucene/java/trunk/src/java/org/apache/lucene/search/NumericRangeQuery.java?rev=885362&r1=885361&r2=885362&view=diff
==============================================================================
--- lucene/java/trunk/src/java/org/apache/lucene/search/NumericRangeQuery.java (original)
+++ lucene/java/trunk/src/java/org/apache/lucene/search/NumericRangeQuery.java Mon Nov 30 09:15:20 2009
@@ -494,8 +494,7 @@
     }
     
     /**
-     * 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.