Javadoc syntax

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1476777 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2013-04-28 14:10:37 +00:00
parent 2803f385e6
commit 22ed893d2a
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ public class MultiValueMap<K, V> extends AbstractMapDecorator<K, Object> impleme
* The iterator will return multiple Entry objects with the same key * The iterator will return multiple Entry objects with the same key
* if there are multiple values mapped to this key. * if there are multiple values mapped to this key.
* <p> * <p>
* NOTE: calling {@link Entry#setValue(Object)} on any of the returned * NOTE: calling {@link java.util.Map.Entry#setValue(Object)} on any of the returned
* elements will result in a {@link UnsupportedOperationException}. * elements will result in a {@link UnsupportedOperationException}.
* *
* @return the iterator of all mappings in this map * @return the iterator of all mappings in this map