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:
Uwe Schindler 2010-10-02 00:00:13 +00:00
parent 1cdc4e655e
commit c040dcb6e7
1 changed files with 0 additions and 1 deletions

View File

@ -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.");
}};