Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-collections.git
This commit is contained in:
commit
36b23c5455
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue