mirror of https://github.com/apache/lucene.git
fix stale javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1228899 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
19801a4d87
commit
03644a4a0a
|
@ -165,8 +165,8 @@ public class Builder<T> {
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Pass false to disable the array arc optimization
|
/** Pass false to disable the array arc optimization
|
||||||
* while building the FST. This is necessary if
|
* while building the FST; this will make the resulting
|
||||||
* encoding a single arc may take more than 255 bytes. */
|
* FST smaller but slower to traverse. */
|
||||||
public void setAllowArrayArcs(boolean b) {
|
public void setAllowArrayArcs(boolean b) {
|
||||||
fst.setAllowArrayArcs(b);
|
fst.setAllowArrayArcs(b);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue