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 */