javadoc typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@782613 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-06-08 13:11:03 +00:00
parent ebc1d1e7ee
commit 4f1dfdc7da
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ public class SolrDispatchFilter implements Filter
SolrQueryResponse solrRsp = new SolrQueryResponse();
/* even for HEAD requests, we need to execute the handler to
* ensure we don't get an error (and to make sure the correct
* QueryResponseWriter is selectedand we get the correct
* QueryResponseWriter is selected and we get the correct
* Content-Type)
*/
this.execute( req, handler, solrReq, solrRsp );