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:
Michael McCandless 2012-01-08 17:18:11 +00:00
parent 19801a4d87
commit 03644a4a0a
1 changed files with 2 additions and 2 deletions

View File

@ -165,8 +165,8 @@ public class Builder<T> {
}
/** Pass false to disable the array arc optimization
* while building the FST. This is necessary if
* encoding a single arc may take more than 255 bytes. */
* while building the FST; this will make the resulting
* FST smaller but slower to traverse. */
public void setAllowArrayArcs(boolean b) {
fst.setAllowArrayArcs(b);
}