Fix javadoc

This commit is contained in:
Arturo Bernal 2021-10-09 08:03:49 +02:00 committed by Bruno P. Kinoshita
parent 01413dc53b
commit 699abc8114
1 changed files with 1 additions and 1 deletions

View File

@ -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 &amp; fixed length keys. Some methods, such as {@link #prefixMap(Object)}
* length &amp; fixed length keys. Some methods, such as {@link org.apache.commons.collections4.Trie#prefixMap(Object)}
* are suited only to variable length keys.
* </p>
*