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 2024/01/14 16:07:30 UTC

(commons-fileupload) branch master updated: Javadoc and comments: Use an HTTPS URL

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-fileupload.git


The following commit(s) were added to refs/heads/master by this push:
     new 251460a9 Javadoc and comments: Use an HTTPS URL
251460a9 is described below

commit 251460a9c037ec447e0ad43dccd377a11d9c7417
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jan 14 11:07:26 2024 -0500

    Javadoc and comments: Use an HTTPS URL
---
 .../java/org/apache/commons/fileupload2/core/MimeUtilityTestCase.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-fileupload2-core/src/test/java/org/apache/commons/fileupload2/core/MimeUtilityTestCase.java b/commons-fileupload2-core/src/test/java/org/apache/commons/fileupload2/core/MimeUtilityTestCase.java
index 2949e675..d37a96d8 100644
--- a/commons-fileupload2-core/src/test/java/org/apache/commons/fileupload2/core/MimeUtilityTestCase.java
+++ b/commons-fileupload2-core/src/test/java/org/apache/commons/fileupload2/core/MimeUtilityTestCase.java
@@ -24,7 +24,7 @@ import java.io.UnsupportedEncodingException;
 import org.junit.jupiter.api.Test;
 
 /**
- * Use the online <a href="http://dogmamix.com/MimeHeadersDecoder/">MimeHeadersDecoder</a> to validate expected values.
+ * Use the online <a href="https://dogmamix.com/MimeHeadersDecoder/">MimeHeadersDecoder</a> to validate expected values.
  */
 public final class MimeUtilityTestCase {