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 fa24949cdac6fe1d90aacf6f7f13a762238aa2ea Author: Gary Gregory <[email protected]> AuthorDate: Tue Jul 4 08:04:54 2023 -0400 Update URLs in comments - Document broken URLs - Use HTTPS instead of HTTP in comments where available - Format tweaks --- .../org/apache/commons/imaging/formats/jpeg/segments/App14Segment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/imaging/formats/jpeg/segments/App14Segment.java b/src/main/java/org/apache/commons/imaging/formats/jpeg/segments/App14Segment.java index 5c6bbc38..3cbeb10c 100644 --- a/src/main/java/org/apache/commons/imaging/formats/jpeg/segments/App14Segment.java +++ b/src/main/java/org/apache/commons/imaging/formats/jpeg/segments/App14Segment.java @@ -24,7 +24,7 @@ import java.io.InputStream; import java.nio.charset.StandardCharsets; /** - * http://www.aiim.org/documents/standards/PDF-Ref/References/Adobe/5116.DCT_Filter.pdf + * [BROKEN URL] http://www.aiim.org/documents/standards/PDF-Ref/References/Adobe/5116.DCT_Filter.pdf */ public class App14Segment extends AppnSegment { private static final byte[] ADOBE_PREFIX;
