mirror of https://github.com/sbt/sbt.git
[2.x] Replace defunct link (#8950)
This commit is contained in:
parent
6dcb601f73
commit
7b23ee96d3
|
|
@ -15,8 +15,9 @@ import java.lang.Character.{ toLowerCase as lower }
|
|||
object EditDistance {
|
||||
|
||||
/**
|
||||
* Translated from the java version at http://www.merriampark.com/ld.htm which is declared to be
|
||||
* public domain.
|
||||
* Translated from the java version at
|
||||
* https://web.archive.org/web/20120526085419/http://www.merriampark.com/ld.htm which is declared to be public
|
||||
* domain.
|
||||
*/
|
||||
def levenshtein(
|
||||
s: String,
|
||||
|
|
|
|||
Loading…
Reference in New Issue