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 2eb6d2ac8b2235ee7d90711a505890f992350821
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jul 4 08:09:30 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/png/FilterType.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/imaging/formats/png/FilterType.java 
b/src/main/java/org/apache/commons/imaging/formats/png/FilterType.java
index 3132d94d..a024f019 100644
--- a/src/main/java/org/apache/commons/imaging/formats/png/FilterType.java
+++ b/src/main/java/org/apache/commons/imaging/formats/png/FilterType.java
@@ -19,7 +19,7 @@ package org.apache.commons.imaging.formats.png;
 /**
  * Filter types for filter method 0.
  *
- * @see <a href="http://www.w3.org/TR/PNG/#9Filters";>Portable Network Graphics 
Specification - Filtering</a>
+ * @see <a href="https://www.w3.org/TR/png/#9Filters";>Portable Network 
Graphics Specification - Filtering</a>
  */
 enum FilterType {
     NONE,

Reply via email to