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 ad50217c6f458099c93c887599b87e83ed9682fa
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jul 4 08:11:32 2023 -0400

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

diff --git 
a/src/main/java/org/apache/commons/imaging/formats/png/InterlaceMethod.java 
b/src/main/java/org/apache/commons/imaging/formats/png/InterlaceMethod.java
index 61781d02..1a1013e7 100644
--- a/src/main/java/org/apache/commons/imaging/formats/png/InterlaceMethod.java
+++ b/src/main/java/org/apache/commons/imaging/formats/png/InterlaceMethod.java
@@ -19,7 +19,7 @@ package org.apache.commons.imaging.formats.png;
 /**
  * Interlace methods.
  *
- * @see <a href="http://www.w3.org/TR/PNG/#8Interlace";>Portable Network 
Graphics Specification - Interlacing and pass extraction</a>
+ * @see <a href="https://www.w3.org/TR/png/#8Interlace";>Portable Network 
Graphics Specification - Interlacing and pass extraction</a>
  */
 public enum InterlaceMethod {
 

Reply via email to