diff --git a/src/main/java/org/apache/commons/collections4/MultiValuedMap.java b/src/main/java/org/apache/commons/collections4/MultiValuedMap.java index 56ae11610..679a37cbd 100644 --- a/src/main/java/org/apache/commons/collections4/MultiValuedMap.java +++ b/src/main/java/org/apache/commons/collections4/MultiValuedMap.java @@ -299,8 +299,7 @@ public interface MultiValuedMap { * 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 */