mirror of https://github.com/apache/lucene.git
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:
parent
3dc6861571
commit
06bb3230ff
|
@ -20,7 +20,7 @@ package org.apache.lucene.search.spell;
|
||||||
/**
|
/**
|
||||||
* Edit distance class
|
* Edit distance class
|
||||||
*/
|
*/
|
||||||
public final class TRStringDistance {
|
final class TRStringDistance {
|
||||||
|
|
||||||
final char[] sa;
|
final char[] sa;
|
||||||
final int n;
|
final int n;
|
||||||
|
|
Loading…
Reference in New Issue