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 28520b61522ea349e34baac69099b32a746672e4 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Mar 30 10:23:56 2024 -0400 Javadoc --- .../apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java b/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java index 6c89d02a4..4817575cf 100644 --- a/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java +++ b/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java @@ -54,6 +54,7 @@ import org.junit.jupiter.api.Test; * <p> * To use, extend this class and implement the {@link #makeObject} method and if * necessary override the {@link #makeFullMap()} method. + * </p> */ public abstract class AbstractMultiValuedMapTest<K, V> extends AbstractObjectTest {