This is an automated email from the ASF dual-hosted git repository.

ggregory 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 6f2ec59ae Javadpc
6f2ec59ae is described below

commit 6f2ec59aef95b6528d1a2818d381fc19a82c724a
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Mar 19 19:39:10 2026 -0400

    Javadpc
---
 .../java/org/apache/commons/collections4/trie/PatriciaTrieTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java 
b/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java
index 9da685ef5..d06325741 100644
--- a/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java
+++ b/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java
@@ -40,7 +40,7 @@ import org.apache.commons.lang3.StringUtils;
 import org.junit.jupiter.api.Test;
 
 /**
- * JUnit tests for the PatriciaTrie.
+ * Tests {@link PatriciaTrie}.
  *
  * @param <V> the value type.
  */

Reply via email to