Author: sebb
Date: Sun Apr 28 14:10:37 2013
New Revision: 1476777
URL: http://svn.apache.org/r1476777
Log:
Javadoc syntax
Modified:
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java
Modified:
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java
URL:
http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java?rev=1476777&r1=1476776&r2=1476777&view=diff
==============================================================================
---
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java
(original)
+++
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java
Sun Apr 28 14:10:37 2013
@@ -412,7 +412,7 @@ public class MultiValueMap<K, V> extends
* The iterator will return multiple Entry objects with the same key
* if there are multiple values mapped to this key.
* <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}.
*
* @return the iterator of all mappings in this map