From ffdd29e6fb924bbded6d768a9b2f2ecc5c392f18 Mon Sep 17 00:00:00 2001 From: Christine Poerschke Date: Thu, 9 Apr 2020 17:21:47 +0100 Subject: [PATCH] Fix typo in SolrRequestHandler's javadocs. --- .../src/java/org/apache/solr/request/SolrRequestHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/core/src/java/org/apache/solr/request/SolrRequestHandler.java b/solr/core/src/java/org/apache/solr/request/SolrRequestHandler.java index 8350f9ed1c0..95692d33f9d 100644 --- a/solr/core/src/java/org/apache/solr/request/SolrRequestHandler.java +++ b/solr/core/src/java/org/apache/solr/request/SolrRequestHandler.java @@ -24,7 +24,7 @@ import org.apache.solr.response.SolrQueryResponse; * Implementations of SolrRequestHandler are called to handle query requests. * * Different SolrRequestHandlers are registered with the SolrCore. - * One way to register a SolrRequestHandler with the core is thorugh the solrconfig.xml file. + * One way to register a SolrRequestHandler with the core is through the solrconfig.xml file. *

* Example solrconfig.xml entry to register a SolrRequestHandler implementation to * handle all queries with a Request Handler of "/test":