Merge pull request #434 from syoon2/javadoc-error

Fix incorrect Javadoc description
This commit is contained in:
Sebb 2023-12-05 09:53:03 +00:00 committed by GitHub
commit c3ecf963e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public abstract class AbstractSetValuedMap<K, V> extends AbstractMultiValuedMap<
/**
* Creates a new value collection using the provided factory.
* @return a new list
* @return a new set
*/
@Override
protected abstract Set<V> createCollection();