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 487ba4d9a Remove link to now malicious site.
487ba4d9a is described below

commit 487ba4d9a60e678be874ceb9274384268bb32a13
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Mar 11 21:54:54 2026 -0400

    Remove link to now malicious site.
---
 src/main/java/org/apache/commons/lang3/StringUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/lang3/StringUtils.java 
b/src/main/java/org/apache/commons/lang3/StringUtils.java
index bcc26aaf6..02d32f8a0 100644
--- a/src/main/java/org/apache/commons/lang3/StringUtils.java
+++ b/src/main/java/org/apache/commons/lang3/StringUtils.java
@@ -2361,7 +2361,7 @@ public static int getLevenshteinDistance(CharSequence s, 
CharSequence t) {
      *
      * <p>
      * This implementation follows from Algorithms on Strings, Trees and 
Sequences by Dan Gusfield and Chas Emerick's implementation of the Levenshtein 
distance
-     * algorithm from <a 
href="https://web.archive.org/web/20120212021906/http%3A//www.merriampark.com/ld.htm";>http://www.merriampark.com/ld.htm</a>
+     * algorithm.
      * </p>
      *
      * <pre>

Reply via email to