mlbiscoc commented on code in PR #3469:
URL: https://github.com/apache/solr/pull/3469#discussion_r2280467738
##########
solr/core/src/java/org/apache/solr/handler/component/SpellCheckComponent.java:
##########
@@ -875,17 +875,7 @@ public Map<String, SolrSpellChecker> getSpellCheckers() {
return Collections.unmodifiableMap(spellCheckers);
}
- // ///////////////////////////////////////////
- // / SolrInfoBean
- // //////////////////////////////////////////
-
- @Override
public String getDescription() {
Review Comment:
Not for some of these because they implement SearchComponent which has
getDescription as an abstract method and does implement SolrInfoBean. These are
used for `SolrInfoMBeanHandler` which I still have yet to address on this jira
[SOLR-17853](https://issues.apache.org/jira/browse/SOLR-17853). Maybe we can
remove it if we figure out what to do there.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]