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 32f021eb4bc7af96913f27782901ef3a787b0b75 Author: Gary Gregory <[email protected]> AuthorDate: Tue Jul 4 08:10:17 2023 -0400 Update URLs in comments - Document broken URLs - Use HTTPS instead of HTTP in comments where available - Format tweaks --- .../commons/imaging/formats/tiff/constants/GeoTiffTagConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/GeoTiffTagConstants.java b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/GeoTiffTagConstants.java index 73e17705..02d2546d 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/GeoTiffTagConstants.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/GeoTiffTagConstants.java @@ -28,7 +28,7 @@ import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoShorts; /** * Geo Tiff. * <p> - * http://www.remotesensing.org/geotiff/spec/contents.html + * [BROKEN URL] http://www.remotesensing.org/geotiff/spec/contents.html * </p> */ public final class GeoTiffTagConstants {
