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


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

commit b9cf5216eaee880e2251b309eeaeafd7d3fd3da9
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jan 14 11:18:38 2024 -0500

    Javadoc and comments: Use an HTTPS URL
---
 .../java/org/apache/commons/validator/routines/DomainValidatorTest.java | 2 +-
 .../java/org/apache/commons/validator/routines/EmailValidatorTest.java  | 2 +-
 .../org/apache/commons/validator/routines/InetAddressValidatorTest.java | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/src/test/java/org/apache/commons/validator/routines/DomainValidatorTest.java 
b/src/test/java/org/apache/commons/validator/routines/DomainValidatorTest.java
index af485308..2665c79c 100644
--- 
a/src/test/java/org/apache/commons/validator/routines/DomainValidatorTest.java
+++ 
b/src/test/java/org/apache/commons/validator/routines/DomainValidatorTest.java
@@ -258,7 +258,7 @@ public class DomainValidatorTest {
         return sorted && strictlySorted && lowerCase;
     }
 
-    // Download and process local copy of 
http://data.iana.org/TLD/tlds-alpha-by-domain.txt
+    // Download and process local copy of 
https://data.iana.org/TLD/tlds-alpha-by-domain.txt
     // Check if the internal TLD table is up to date
     // Check if the internal TLD tables have any spurious entries
     public static void main(final String a[]) throws Exception {
diff --git 
a/src/test/java/org/apache/commons/validator/routines/EmailValidatorTest.java 
b/src/test/java/org/apache/commons/validator/routines/EmailValidatorTest.java
index 61aeab50..44194dde 100644
--- 
a/src/test/java/org/apache/commons/validator/routines/EmailValidatorTest.java
+++ 
b/src/test/java/org/apache/commons/validator/routines/EmailValidatorTest.java
@@ -149,7 +149,7 @@ public class EmailValidatorTest {
     /**
      * Tests the e-mail validation with a user at a TLD
      *
-     * http://tools.ietf.org/html/rfc5321#section-2.3.5 (In the case of a 
top-level domain used by itself in an email address, a single string is used 
without
+     * https://tools.ietf.org/html/rfc5321#section-2.3.5 (In the case of a 
top-level domain used by itself in an email address, a single string is used 
without
      * any dots)
      */
     @Test
diff --git 
a/src/test/java/org/apache/commons/validator/routines/InetAddressValidatorTest.java
 
b/src/test/java/org/apache/commons/validator/routines/InetAddressValidatorTest.java
index 2a2e0bce..86ebd165 100644
--- 
a/src/test/java/org/apache/commons/validator/routines/InetAddressValidatorTest.java
+++ 
b/src/test/java/org/apache/commons/validator/routines/InetAddressValidatorTest.java
@@ -84,7 +84,7 @@ public class InetAddressValidatorTest {
     /**
      * Test IPv6 addresses.
      * <p>
-     * These tests were ported from a <a 
href="http://download.dartware.com/thirdparty/test-ipv6-regex.pl";>Perl 
script</a>.
+     * These tests were ported from a <a 
href="https://download.dartware.com/thirdparty/test-ipv6-regex.pl";>Perl 
script</a>.
      * </p>
      *
      */

Reply via email to