You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/07/04 12:14:59 UTC

[commons-imaging] 07/32: Update URLs in comments

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 1c748770f8e8ef95763dfa8f7a5b80bfba34f96c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jul 4 08:05:13 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/DcfTagConstants.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/DcfTagConstants.java b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/DcfTagConstants.java
index ee93ee39..e87969bf 100644
--- a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/DcfTagConstants.java
+++ b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/DcfTagConstants.java
@@ -28,6 +28,7 @@ import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoShortOrLong;
 /**
  * Design rule for Camera file system.
  * <p>
+ * [BROKEN URL]
  * http://www.exif.org/dcf.PDF
  * </p>
  */