You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2008/07/10 21:13:52 UTC

svn commit: r675686 - /lucene/solr/trunk/client/java/solrj/src/org/apache/solr/client/solrj/SolrQuery.java

Author: yonik
Date: Thu Jul 10 12:13:51 2008
New Revision: 675686

URL: http://svn.apache.org/viewvc?rev=675686&view=rev
Log:
javadoc fix Long->Integer

Modified:
    lucene/solr/trunk/client/java/solrj/src/org/apache/solr/client/solrj/SolrQuery.java

Modified: lucene/solr/trunk/client/java/solrj/src/org/apache/solr/client/solrj/SolrQuery.java
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/client/java/solrj/src/org/apache/solr/client/solrj/SolrQuery.java?rev=675686&r1=675685&r2=675686&view=diff
==============================================================================
--- lucene/solr/trunk/client/java/solrj/src/org/apache/solr/client/solrj/SolrQuery.java (original)
+++ lucene/solr/trunk/client/java/solrj/src/org/apache/solr/client/solrj/SolrQuery.java Thu Jul 10 12:13:51 2008
@@ -469,7 +469,7 @@
   * than the specified milliseconds, a timeout occurs and partial (or no)
   * results may be returned.
   * 
-  * If given Long is null, then this parameter is removed from the request
+  * If given Integer is null, then this parameter is removed from the request
   * 
   *@param milliseconds the time in milliseconds allowed for this query
   */