Author: tn
Date: Wed Nov 25 20:27:24 2015
New Revision: 1716537

URL: http://svn.apache.org/viewvc?rev=1716537&view=rev
Log:
Remove wrong statement in interface

Modified:
    
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/MultiValuedMap.java

Modified: 
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/MultiValuedMap.java
URL: 
http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/MultiValuedMap.java?rev=1716537&r1=1716536&r2=1716537&view=diff
==============================================================================
--- 
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/MultiValuedMap.java
 (original)
+++ 
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/MultiValuedMap.java
 Wed Nov 25 20:27:24 2015
@@ -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
      */


Reply via email to