Fix javadoc
This commit is contained in:
parent
01413dc53b
commit
699abc8114
|
@ -51,7 +51,7 @@ import org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer;
|
|||
* </p>
|
||||
* <p>
|
||||
* This PATRICIA {@link org.apache.commons.collections4.Trie} supports both variable
|
||||
* length & fixed length keys. Some methods, such as {@link #prefixMap(Object)}
|
||||
* length & fixed length keys. Some methods, such as {@link org.apache.commons.collections4.Trie#prefixMap(Object)}
|
||||
* are suited only to variable length keys.
|
||||
* </p>
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue