dsmiley commented on code in PR #3336: URL: https://github.com/apache/solr/pull/3336#discussion_r2056186477
########## solr/core/src/java/org/apache/solr/response/XMLWriter.java: ########## @@ -61,8 +58,6 @@ public class XMLWriter extends TextResponseWriter { private static final char[] XML_START2_NOSCHEMA = ("<response>\n").toCharArray(); - final int version; Review Comment: Was unused (written but not read) ########## solr/solrj/src/java/org/apache/solr/client/solrj/ResponseParser.java: ########## @@ -41,11 +41,4 @@ public abstract NamedList<Object> processResponse(InputStream body, String encod * no enforcement. */ public abstract Collection<String> getContentTypes(); - - /** - * @return the version param passed to solr - */ - public String getVersion() { Review Comment: The primary change is this method going away -- 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