This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
The following commit(s) were added to refs/heads/master by this push: new 699abc8 Fix javadoc 699abc8 is described below commit 699abc8114a408224ce9db9ae0ca7f4b75f1b95b Author: Arturo Bernal <arturobern...@gmail.com> AuthorDate: Sat Oct 9 08:03:49 2021 +0200 Fix javadoc --- src/main/java/org/apache/commons/collections4/trie/PatriciaTrie.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 55d9a7e..a1c7391 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; * </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> *