This commit is contained in:
Gary Gregory 2024-01-17 10:27:53 -05:00
parent bd83aa09a9
commit c66d84b8b4
2 changed files with 3 additions and 3 deletions

View File

@ -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.
*

View File

@ -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() {