madrob commented on a change in pull request #1432: SOLR-14404 CoreContainer
level custom requesthandlers
URL: https://github.com/apache/lucene-solr/pull/1432#discussion_r409676264
##########
File path: solr/core/src/java/org/apache/solr/api/ApiBag.java
##########
@@ -134,6 +142,14 @@ static void registerIntrospect(List<String> l,
PathTrie<Api> registry, Map<Strin
registry.insert(copy, substitutes, introspect);
}
+ public Api unregister(SolrRequest.METHOD method, String path) {
Review comment:
Should this be synchronized to match `register`?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]