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 31f6ac2225c84dd7f94cef0801e2ff79c9537c94 Author: Gary Gregory <[email protected]> AuthorDate: Tue Jul 4 08:12:46 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/tiff/taginfos/TagInfoAscii.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoAscii.java b/src/main/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoAscii.java index 510e06bf..ce7c8945 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoAscii.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoAscii.java @@ -46,7 +46,7 @@ public class TagInfoAscii extends TagInfo { int stringsAdded = 0; strings[0] = ""; // if we have a 0 length string int nextStringPos = 0; - // According to the Exiftool FAQ, http://www.metadataworkinggroup.org + // According to the Exiftool FAQ, [BROKEN URL] http://www.metadataworkinggroup.org // specifies that the TIFF ASCII fields are actually UTF-8. // Exiftool however allows you to configure the charset used. for (int i = 0; i < bytes.length; i++) {
