joshgog commented on code in PR #1064:
URL: https://github.com/apache/solr/pull/1064#discussion_r992573990
##########
solr/solrj/src/java/org/apache/solr/common/util/ContentStream.java:
##########
@@ -19,10 +19,13 @@
import java.io.IOException;
import java.io.InputStream;
import java.io.Reader;
+import org.apache.solr.client.solrj.request.RequestWriter;
/**
* @since solr 1.2
+ * @deprecated Use {@link RequestWriter.ContentWriter} instead.
Review Comment:
This causes the CI test to fail due to `Javadoc: Invalid member type
qualification`. I think `@deprecated Use {@link ContentWriter} instead`. should
work fine
--
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]