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 e56484ff255586dd4ea7b56dc9b86310ec4336cb Author: Gary Gregory <[email protected]> AuthorDate: Tue Jul 4 08:10:25 2023 -0400 Update URLs in comments - Document broken URLs - Use HTTPS instead of HTTP in comments where available - Format tweaks --- .../java/org/apache/commons/imaging/formats/psd/ImageResourceType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/imaging/formats/psd/ImageResourceType.java b/src/main/java/org/apache/commons/imaging/formats/psd/ImageResourceType.java index c841ad36..351d6a03 100644 --- a/src/main/java/org/apache/commons/imaging/formats/psd/ImageResourceType.java +++ b/src/main/java/org/apache/commons/imaging/formats/psd/ImageResourceType.java @@ -19,7 +19,7 @@ package org.apache.commons.imaging.formats.psd; /** * TODO Turn into an enum * - * @see <a href="http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/#50577409_pgfId-1037727">Photoshop File Formats Specification - Image Resource IDs</a> + * @see <a href="https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/#50577409_pgfId-1037727">Photoshop File Formats Specification - Image Resource IDs</a> */ class ImageResourceType {
