Fix build 2

This commit is contained in:
TheMode 2021-05-15 10:14:05 +02:00
parent bcf184123d
commit 2b17edfc46
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class StringUtils {
* @param s1 The first string that gets compared. May be null or empty.
* @param s2 The second string that gets compared. May be null or empty.
* @return The Jaro-Winkler score (between 0.0 and 1.0), with a higher value indicating larger similarity.
* @author Thomas Trojer <thomas@trojer.net>
* @author Thomas Trojer thomas@trojer.net
*/
public static double jaroWinklerScore(final String s1, final String s2) {
// lowest score on empty strings