master #59

Closed
claudio.atzori wants to merge 3221 commits from master into stable_ids
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. * The Class SortedJaroWinkler.
*/ */
@DistanceClass("Sorted2JaroWinkler") @DistanceClass("SortedLevel2JaroWinkler")
public class SortedLevel2JaroWinkler extends SortedSecondStringDistanceAlgo { public class SortedLevel2JaroWinkler extends SortedSecondStringDistanceAlgo {
/** /**