This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
commit b1b1adf9e121cfb280fe4735a1bfd7122ff12515 Author: Gary Gregory <[email protected]> AuthorDate: Tue Jul 4 08:13:13 2023 -0400 Update URLs in comments - Document broken URLs - Use HTTPS instead of HTTP in comments where available - Format tweaks --- src/main/java/org/apache/commons/imaging/common/ZlibDeflate.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/imaging/common/ZlibDeflate.java b/src/main/java/org/apache/commons/imaging/common/ZlibDeflate.java index f1d3ddda..cef6ace4 100644 --- a/src/main/java/org/apache/commons/imaging/common/ZlibDeflate.java +++ b/src/main/java/org/apache/commons/imaging/common/ZlibDeflate.java @@ -31,7 +31,7 @@ import org.apache.commons.imaging.ImagingException; * </p> * * <p> - * <a href="http://www.ietf.org/rfc/rfc1951.txt">RFC 1951 - DEFLATE Compressed + * <a href="https://www.ietf.org/rfc/rfc1951.txt">RFC 1951 - DEFLATE Compressed * Data Format Specification version 1.3</a> * </p> */
