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


The following commit(s) were added to refs/heads/master by this push:
     new 9b8b1ffc Javadoc: Use an HTTPS URL to the Apache web site
     new f15ef434 Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-text.git
9b8b1ffc is described below

commit 9b8b1ffc162792677102782b1b8bf5eab9c5c4c0
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jan 14 10:32:11 2024 -0500

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

diff --git a/src/main/java/org/apache/commons/text/WordUtils.java 
b/src/main/java/org/apache/commons/text/WordUtils.java
index accd436f..0b1929e6 100644
--- a/src/main/java/org/apache/commons/text/WordUtils.java
+++ b/src/main/java/org/apache/commons/text/WordUtils.java
@@ -677,7 +677,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>
      *
@@ -767,7 +767,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