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 bf3e4743701b59ffe4ebf70b8bf936ff26c28f5e
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jul 4 08:12:26 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/pnm/PnmConstants.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/imaging/formats/pnm/PnmConstants.java 
b/src/main/java/org/apache/commons/imaging/formats/pnm/PnmConstants.java
index afc45604..2c5e9ba6 100644
--- a/src/main/java/org/apache/commons/imaging/formats/pnm/PnmConstants.java
+++ b/src/main/java/org/apache/commons/imaging/formats/pnm/PnmConstants.java
@@ -29,7 +29,7 @@ final class PnmConstants {
 
     public static final byte PNM_SEPARATOR = 0x20; // Space
     public static final byte PNM_NEWLINE = 0x0A; // "usually a newline"
-                             // (http://netpbm.sourceforge.net/doc/pbm.html)
+                             // (https://netpbm.sourceforge.net/doc/pbm.html)
 
     private PnmConstants() {
     }

Reply via email to