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 bed64a6ee169a48af06d4e822e7a4f40d57ad22c Author: Gary Gregory <[email protected]> AuthorDate: Tue Jul 4 08:06:03 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/fieldtypes/FieldTypeAscii.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/fieldtypes/FieldTypeAscii.java b/src/main/java/org/apache/commons/imaging/formats/tiff/fieldtypes/FieldTypeAscii.java index 800949d4..4efdf726 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/fieldtypes/FieldTypeAscii.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/fieldtypes/FieldTypeAscii.java @@ -44,7 +44,7 @@ public class FieldTypeAscii extends FieldType { 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++) {
