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 962c7c1c985fa2c3ab1917798f29278300a3f87a Author: Gary Gregory <[email protected]> AuthorDate: Tue Jul 4 08:10:10 2023 -0400 Update URLs in comments - Document broken URLs - Use HTTPS instead of HTTP in comments where available - Format tweaks --- .../imaging/formats/tiff/constants/GdalLibraryTagConstants.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/GdalLibraryTagConstants.java b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/GdalLibraryTagConstants.java index 3f6bbed8..160d51e9 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/GdalLibraryTagConstants.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/GdalLibraryTagConstants.java @@ -26,10 +26,10 @@ import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoAscii; /** * GDAL library. * <p> - * http://www.awaresystems.be/imaging/tiff/tifftags/gdal_metadata.html + * https://www.awaresystems.be/imaging/tiff/tifftags/gdal_metadata.html * </p> * <p> - * http://www.awaresystems.be/imaging/tiff/tifftags/gdal_nodata.html + * https://www.awaresystems.be/imaging/tiff/tifftags/gdal_nodata.html * </p> */ public final class GdalLibraryTagConstants {
