typo. thanks Thorsten

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@576897 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2007-09-18 13:18:01 +00:00
parent efe1da6895
commit c5b328d565
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ public class SolrRequestParsers
// TODO -- in the future, we could pick a different parser based on the request
// Pick the parer from the request...
// Pick the parser from the request...
ArrayList<ContentStream> streams = new ArrayList<ContentStream>(1);
SolrParams params = parser.parseParamsAndFillStreams( req, streams );
SolrQueryRequest sreq = buildRequestFrom( params, streams );