dsmiley commented on code in PR #975: URL: https://github.com/apache/solr/pull/975#discussion_r968926145
########## solr/solrj/src/java/org/apache/solr/client/solrj/ResponseParser.java: ########## @@ -34,11 +37,22 @@ public abstract class ResponseParser { * A well behaved ResponseParser will return its content-type. * * @return the content-type this parser expects to parse + * @deprecated use {@link #getContentTypes()} instead */ + @Deprecated public String getContentType() { Review Comment: @sonatype-lift exclude issue -- 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