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 be94d42af7d4f85cc4cb319b687fea5e1c6bb033
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jul 4 08:12:59 2023 -0400

    Update URLs in comments
    
    - Document broken URLs
    - Use HTTPS instead of HTTP in comments where available
    - Format tweaks
---
 src/main/java/org/apache/commons/imaging/formats/tiff/TiffContents.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/src/main/java/org/apache/commons/imaging/formats/tiff/TiffContents.java 
b/src/main/java/org/apache/commons/imaging/formats/tiff/TiffContents.java
index d73d70fe..01d7e538 100644
--- a/src/main/java/org/apache/commons/imaging/formats/tiff/TiffContents.java
+++ b/src/main/java/org/apache/commons/imaging/formats/tiff/TiffContents.java
@@ -25,6 +25,7 @@ import 
org.apache.commons.imaging.formats.tiff.taginfos.TagInfo;
 import org.apache.commons.imaging.internal.Debug;
 
 public class TiffContents {
+
     public final TiffHeader header;
     public final List<TiffDirectory> directories;
     public final List<TiffField> tiffFields;

Reply via email to