Skip to content

Commit

Permalink
Merge pull request #434 from syoon2/javadoc-error
Browse files Browse the repository at this point in the history
Fix incorrect Javadoc description
  • Loading branch information
sebbASF authored Dec 5, 2023
2 parents 81dfadf + d1c5fb8 commit c3ecf96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ protected Map<K, Set<V>> getMap() {

/**
* Creates a new value collection using the provided factory.
* @return a new list
* @return a new set
*/
@Override
protected abstract Set<V> createCollection();
Expand Down

0 comments on commit c3ecf96

Please sign in to comment.