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 c66d84b8b Javadoc c66d84b8b is described below commit c66d84b8b41d4d4077750c13680e313f06749003 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 17 10:27:53 2024 -0500 Javadoc --- .../commons/collections4/multimap/AbstractMultiValuedMapTest.java | 2 +- .../java/org/apache/commons/collections4/set/AbstractSetTest.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 d3b1292b4..0c967b4c9 100644 --- a/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java +++ b/src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java @@ -217,7 +217,7 @@ public abstract class AbstractMultiValuedMapTest<K, V> extends AbstractObjectTes } /** - * Return a flag specifying the iteration behavior of the map. + * Gets a flag specifying the iteration behavior of the map. * This is used to change the assertions used by specific tests. * The default implementation returns 0 which indicates ordered iteration behavior. * diff --git a/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java b/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java index 3d90c306b..631e68329 100644 --- a/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java +++ b/src/test/java/org/apache/commons/collections4/set/AbstractSetTest.java @@ -125,7 +125,7 @@ public abstract class AbstractSetTest<E> extends AbstractCollectionTest<E> { } /** - * Return the {@link AbstractCollectionTest#collection} fixture, but cast as a Set. + * Gets the {@link AbstractCollectionTest#collection} fixture, but cast as a Set. */ @Override public Set<E> getCollection() { @@ -133,7 +133,7 @@ public abstract class AbstractSetTest<E> extends AbstractCollectionTest<E> { } /** - * Return the {@link AbstractCollectionTest#confirmed} fixture, but cast as a Set. + * Gets the {@link AbstractCollectionTest#confirmed} fixture, but cast as a Set. */ @Override public Set<E> getConfirmed() {