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:
Grant Ingersoll 2008-06-19 11:45:08 +00:00
parent 8b11f3b077
commit d6dcae49dd
1 changed files with 1 additions and 1 deletions

View File

@ -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().