(doc) Fix incorrect Javadoc description

This commit is contained in:
Sung Ho Yoon 2023-12-05 18:03:55 +09:00 committed by GitHub
parent 81dfadfc80
commit d1c5fb852e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();