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 b6198456f3ea40afd64f2391ad95079c60071b26 Author: Gary Gregory <[email protected]> AuthorDate: Tue Jul 4 08:13:05 2023 -0400 Update URLs in comments - Document broken URLs - Use HTTPS instead of HTTP in comments where available - Format tweaks --- .../apache/commons/imaging/formats/tiff/constants/TiffTagConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/TiffTagConstants.java b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/TiffTagConstants.java index 5b39168d..e0716ae7 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/TiffTagConstants.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/TiffTagConstants.java @@ -37,7 +37,7 @@ import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoUnknowns; /** * Tags from the TIFF6 specification. * <p> - * http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf + * [BROKEN URL] http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf * </p> */ public final class TiffTagConstants {
