garydgregory commented on code in PR #580:
URL:
https://github.com/apache/httpcomponents-client/pull/580#discussion_r1768651788
##########
httpclient5/src/main/java/org/apache/hc/client5/http/entity/DeflateInputStream.java:
##########
@@ -38,7 +38,9 @@
/**
* Deflates an input stream. This class includes logic needed for various RFCs
in order
* to reasonably implement the "deflate" compression algorithm.
+ * @deprecated
Review Comment:
The tag comment is missing: `Use {@link ...}.`
##########
httpclient5/src/main/java/org/apache/hc/client5/http/entity/DeflateInputStreamFactory.java:
##########
@@ -37,7 +37,9 @@
* {@link InputStreamFactory} for handling Deflate Content Coded responses.
*
* @since 5.0
+ * @deprecated
Review Comment:
The tag comment is missing: `Use {@link ...}.`
##########
httpclient5/src/main/java/org/apache/hc/client5/http/entity/DeflateDecompressingEntity.java:
##########
@@ -43,7 +43,9 @@
* @see GzipDecompressingEntity
*
* @since 4.1
+ * @deprecated
Review Comment:
The tag comment is missing: `Use {@link ...}.`
--
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]