Master branch updates from beta September 2023 #337

Manually merged
claudio.atzori merged 1271 commits from beta into master 2023-09-06 11:31:09 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b247a86e69 - Show all commits

View File

@ -8,7 +8,7 @@ import java.util.Map;
/**
* The Class SortedJaroWinkler.
*/
@DistanceClass("Sorted2JaroWinkler")
@DistanceClass("SortedLevel2JaroWinkler")
public class SortedLevel2JaroWinkler extends SortedSecondStringDistanceAlgo {
/**