mirror of https://github.com/apache/lucene.git
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:
parent
ebc1d1e7ee
commit
4f1dfdc7da
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue