configuration files changed: dedupRun instead of run, assertion updated in tests

This commit is contained in:
Michele De Bonis 2018-11-06 11:02:00 +01:00
parent 4c8485d0bb
commit b247a86e69
1 changed files with 1 additions and 1 deletions

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 {
/** /**