fix javadocs

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@739441 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2009-01-30 22:44:20 +00:00
parent cb55b1671b
commit e7edb24bc0
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ import org.apache.lucene.search.ExtendedFieldCache;
public final class TrieUtils {
/** Instance of TrieUtils using a trie factor of 8 bit.
* This is the <b>recommended<b> one (rather fast and storage optimized) */
* This is the <b>recommended</b> one (rather fast and storage optimized) */
public static final TrieUtils VARIANT_8BIT=new TrieUtils(8);
/** Instance of TrieUtils using a trie factor of 4 bit. */