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