mirror of https://github.com/apache/lucene.git
make public
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@669455 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8b11f3b077
commit
d6dcae49dd
|
@ -20,7 +20,7 @@ package org.apache.lucene.search.spell;
|
|||
/**
|
||||
* Levenshtein edit distance class.
|
||||
*/
|
||||
final class LevensteinDistance implements StringDistance {
|
||||
public final class LevensteinDistance implements StringDistance {
|
||||
|
||||
/**
|
||||
* Optimized to run a bit faster than the static getDistance().
|
||||
|
|
Loading…
Reference in New Issue