mirror of https://github.com/apache/lucene.git
LUCENE-2507: Fix Java 1.5 violation thanks to hudson with 1.5 :-)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003714 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1cdc4e655e
commit
c040dcb6e7
|
@ -66,7 +66,6 @@ public class DirectSpellChecker {
|
|||
* </ul>
|
||||
*/
|
||||
public static final StringDistance INTERNAL_LEVENSHTEIN = new StringDistance() {
|
||||
@Override
|
||||
public float getDistance(String s1, String s2) {
|
||||
throw new UnsupportedOperationException("Not for external use.");
|
||||
}};
|
||||
|
|
Loading…
Reference in New Issue