Remove wrong statement in interface
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1716537 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3825a0ef30
commit
3e7cefa2b1
|
@ -299,8 +299,7 @@ public interface MultiValuedMap<K, V> {
|
|||
* Changes to the returned map or the collections that serve as its values
|
||||
* will update the underlying multi-valued map, and vice versa. The map does
|
||||
* not support {@code put} or {@code putAll}, nor do its entries support
|
||||
* {@link Map.Entry#setValue setValue} and iterators support
|
||||
* {@link java.util.Iterator#remove remove}.
|
||||
* {@link Map.Entry#setValue setValue}.
|
||||
*
|
||||
* @return a map view of the mappings in this multi-valued map
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue