mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-15 14:36:45 +00:00
(doc) Fix incorrect Javadoc description
This commit is contained in:
parent
81dfadfc80
commit
d1c5fb852e
@ -62,7 +62,7 @@ public abstract class AbstractSetValuedMap<K, V> extends AbstractMultiValuedMap<
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new value collection using the provided factory.
|
* Creates a new value collection using the provided factory.
|
||||||
* @return a new list
|
* @return a new set
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
protected abstract Set<V> createCollection();
|
protected abstract Set<V> createCollection();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user