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:54 UTC

[commons-imaging] 02/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 e407d548761d9b7ee0d048f71427b0c1f6ec949f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jul 4 08:04:07 2023 -0400

    Update URLs in comments
    
    - Document broken URLs
    - Use HTTPS instead of HTTP in comments where available
    - Format tweaks
---
 .../imaging/formats/tiff/constants/AdobePhotoshopTagConstants.java       | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/AdobePhotoshopTagConstants.java b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/AdobePhotoshopTagConstants.java
index 7e15ac75..57b6057a 100644
--- a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/AdobePhotoshopTagConstants.java
+++ b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/AdobePhotoshopTagConstants.java
@@ -29,6 +29,7 @@ import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoUndefineds;
  * Adobe Photoshop (R) TIFF Technical Notes
  * </p>
  * <p>
+ * [BROEKN URL]
  * http://partners.adobe.com/public/developer/en/tiff/TIFFphotoshop.pdf
  * </p>
  */