diff --git a/src/main/java/org/apache/commons/collections4/trie/PatriciaTrie.java b/src/main/java/org/apache/commons/collections4/trie/PatriciaTrie.java index 55d9a7e59..a1c739139 100644 --- a/src/main/java/org/apache/commons/collections4/trie/PatriciaTrie.java +++ b/src/main/java/org/apache/commons/collections4/trie/PatriciaTrie.java @@ -51,7 +51,7 @@ import org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer; *
** 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. *
*