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 607edcdfa Javadoc 607edcdfa is described below commit 607edcdfa7288e0b75ec6f60cfc14d7e8609b18c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Sep 25 09:10:28 2024 -0400 Javadoc --- src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java b/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java index 91e12a610..cfd0f5f46 100644 --- a/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java +++ b/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java @@ -1829,7 +1829,7 @@ public abstract class AbstractMapTest<K, V> extends AbstractObjectTest { } /** - * Tests {@link Map#replace(Object, Object)}. + * Tests {@link Map#replaceAll(java.util.function.BiFunction)}. */ @Test public void testReplaceAll() {