Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 17, 2024
1 parent bd83aa0 commit c66d84b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public void resetFull() {
}

/**
* 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.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@ public Set<E> makeFullCollection() {
}

/**
* 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() {
return (Set<E>) super.getCollection();
}

/**
* 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() {
Expand Down

0 comments on commit c66d84b

Please sign in to comment.