Skip to content

Commit 487ba4d

Browse files
committed
Remove link to now malicious site.
1 parent aaf9b51 commit 487ba4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/lang3/StringUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2361,7 +2361,7 @@ public static int getLevenshteinDistance(CharSequence s, CharSequence t) {
23612361
*
23622362
* <p>
23632363
* This implementation follows from Algorithms on Strings, Trees and Sequences by Dan Gusfield and Chas Emerick's implementation of the Levenshtein distance
2364-
* algorithm from <a href="https://web.archive.org/web/20120212021906/http%3A//www.merriampark.com/ld.htm">http://www.merriampark.com/ld.htm</a>
2364+
* algorithm.
23652365
* </p>
23662366
*
23672367
* <pre>

0 commit comments

Comments
 (0)