dsmiley commented on code in PR #2751: URL: https://github.com/apache/solr/pull/2751#discussion_r1794498062
########## solr/solrj-zookeeper/src/java/org/apache/solr/client/solrj/impl/SolrClientCloudManager.java: ########## @@ -51,21 +37,17 @@ public class SolrClientCloudManager implements SolrCloudManager { private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); - protected final CloudLegacySolrClient solrClient; + // protected final CloudLegacySolrClient solrClient; Review Comment: instead of commented, shouldn't this be the line where CloudHttp2SolrClient is declared? And why not refer to as CloudSolrClient? -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org