You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/10/11 16:58:05 UTC

[GitHub] [solr] joshgog commented on a diff in pull request #1064: SOLR-11657: Added @Deprecated annotation

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: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org