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


The following commit(s) were added to refs/heads/master by this push:
     new a02e260a0 Javadoc: Use an HTTPS URL to the Apache web site
a02e260a0 is described below

commit a02e260a0a85f5c05cd821f2200ba8859578e442
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jan 14 10:35:55 2024 -0500

    Javadoc: Use an HTTPS URL to the Apache web site
---
 src/main/java/org/apache/commons/lang3/text/WordUtils.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/lang3/text/WordUtils.java 
b/src/main/java/org/apache/commons/lang3/text/WordUtils.java
index 5dc5ea258..0115150dd 100644
--- a/src/main/java/org/apache/commons/lang3/text/WordUtils.java
+++ b/src/main/java/org/apache/commons/lang3/text/WordUtils.java
@@ -523,7 +523,7 @@ public class WordUtils {
      *   <td>20</td>
      *   <td>"\n"</td>
      *   <td>true</td>
-     *   <td>"Click here to jump\nto the commons\nwebsite 
-\nhttp://commons.apach\ne.org";</td>
+     *   <td>"Click here to jump\nto the commons\nwebsite 
-\nhttps://commons.apach\ne.org";</td>
      *  </tr>
      * </table>
      *
@@ -608,7 +608,7 @@ public class WordUtils {
      *   <td>"\n"</td>
      *   <td>true</td>
      *   <td>" "</td>
-     *   <td>"Click here to jump\nto the commons\nwebsite 
-\nhttp://commons.apach\ne.org";</td>
+     *   <td>"Click here to jump\nto the commons\nwebsite 
-\nhttps://commons.apach\ne.org";</td>
      *  </tr>
      *  <tr>
      *   <td>"flammable/inflammable"</td>

Reply via email to