Repository: commons-collections Updated Branches: refs/heads/master [created] f0f364fd9
Remove wrong statement in interface git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1716537 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/3e7cefa2 Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/3e7cefa2 Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/3e7cefa2 Branch: refs/heads/master Commit: 3e7cefa2b17b378a856e507714eaec8b6e9e7e84 Parents: 3825a0e Author: Thomas Neidhart <t...@apache.org> Authored: Wed Nov 25 20:27:24 2015 +0000 Committer: Thomas Neidhart <t...@apache.org> Committed: Wed Nov 25 20:27:24 2015 +0000 ---------------------------------------------------------------------- src/main/java/org/apache/commons/collections4/MultiValuedMap.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/3e7cefa2/src/main/java/org/apache/commons/collections4/MultiValuedMap.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/collections4/MultiValuedMap.java b/src/main/java/org/apache/commons/collections4/MultiValuedMap.java index 56ae116..679a37c 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<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 */