javadoc fix Long->Integer

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@675686 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2008-07-10 19:13:51 +00:00
parent 17dc70a4dc
commit a62779f12c
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ public class SolrQuery extends ModifiableSolrParams
* than the specified milliseconds, a timeout occurs and partial (or no) * than the specified milliseconds, a timeout occurs and partial (or no)
* results may be returned. * 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 *@param milliseconds the time in milliseconds allowed for this query
*/ */