This commit is contained in:
Gary Gregory 2023-12-07 10:55:29 -05:00
commit 36b23c5455
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();