Yashgoswami-ds commented on code in PR #4722:
URL: https://github.com/apache/solr/pull/4722#discussion_r3745093729
##########
solr/core/src/java/org/apache/solr/handler/admin/ThreadDumpHandler.java:
##########
@@ -179,12 +178,10 @@ public Category getCategory() {
public Collection<Api> getApis() {
return AnnotatedApi.getApis(new NodeThreadsAPI(this));
}
-
@Override
public Boolean registerV2() {
Review Comment:
I’ll check the existing JAX-RS API implementations and verify whether
`registerV2()` is still required here. I’ll update this accordingly.
--
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]