This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 e57e61235 Javadoc
e57e61235 is described below
commit e57e61235e47bfb508d0cb3fc9fa59d6913ac3be
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jun 17 22:35:03 2026 +0000
Javadoc
---
src/test/java/org/apache/commons/collections4/MapUtilsTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/org/apache/commons/collections4/MapUtilsTest.java
b/src/test/java/org/apache/commons/collections4/MapUtilsTest.java
index 51b71a6a2..1d1efc76c 100644
--- a/src/test/java/org/apache/commons/collections4/MapUtilsTest.java
+++ b/src/test/java/org/apache/commons/collections4/MapUtilsTest.java
@@ -53,7 +53,7 @@ import org.apache.commons.lang3.StringUtils;
import org.junit.jupiter.api.Test;
/**
- * Tests for MapUtils.
+ * Tests {@link MapUtils}.
*/
@SuppressWarnings("boxing")
class MapUtilsTest {