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: dev-unsubscr...@hc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org