From a62779f12c9e175906068b6635b23d20a8605977 Mon Sep 17 00:00:00 2001 From: Yonik Seeley Date: Thu, 10 Jul 2008 19:13:51 +0000 Subject: [PATCH] javadoc fix Long->Integer git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@675686 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/solrj/src/org/apache/solr/client/solrj/SolrQuery.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/java/solrj/src/org/apache/solr/client/solrj/SolrQuery.java b/client/java/solrj/src/org/apache/solr/client/solrj/SolrQuery.java index c3e4ba97522..8779bb640ed 100644 --- a/client/java/solrj/src/org/apache/solr/client/solrj/SolrQuery.java +++ b/client/java/solrj/src/org/apache/solr/client/solrj/SolrQuery.java @@ -469,7 +469,7 @@ public class SolrQuery extends ModifiableSolrParams * 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 */