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
commit 2e8c8fc5d4e393bef7505d64bc192278dfbf5047 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Sep 24 09:24:04 2024 -0400 Javadoc --- src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java b/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java index a13c743a4..7cef22572 100644 --- a/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java +++ b/src/test/java/org/apache/commons/collections4/map/Flat3MapTest.java @@ -40,7 +40,7 @@ import org.apache.commons.collections4.iterators.AbstractMapIteratorTest; import org.junit.jupiter.api.Test; /** - * JUnit tests. + * Tests {@link Flat3Map}. * * @param <K> the key type. * @param <V> the value type.