make this non-public, as it's not documented properly and has a confusing name

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@178878 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2005-05-28 19:05:54 +00:00
parent 3dc6861571
commit 06bb3230ff
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ package org.apache.lucene.search.spell;
/**
* Edit distance class
*/
public final class TRStringDistance {
final class TRStringDistance {
final char[] sa;
final int n;