mirror of https://github.com/apache/lucene.git
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:
parent
17dc70a4dc
commit
a62779f12c
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue