epugh commented on code in PR #4114:
URL: https://github.com/apache/solr/pull/4114#discussion_r2777755639


##########
solr/core/src/java/org/apache/solr/request/SolrQueryRequest.java:
##########
@@ -187,14 +186,6 @@ default CoreContainer getCoreContainer() {
     return core == null ? null : core.getCoreContainer();
   }
 
-  /**
-   * @deprecated use getCore().getCoreDescriptor().getCloudDescriptor()
-   */
-  @Deprecated
-  default CloudDescriptor getCloudDescriptor() {
-    return getCore().getCoreDescriptor().getCloudDescriptor();
-  }
-
   /** The writer to use for this request, considering {@link CommonParams#WT}. 
Never null. */
   default QueryResponseWriter getResponseWriter() {

Review Comment:
   thanks, I followed up on this.



-- 
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]

Reply via email to