Polishing

This commit is contained in:
Juergen Hoeller
2013-12-10 12:00:32 +01:00
parent 6d7ce439b1
commit 4fe52d1953
3 changed files with 10 additions and 20 deletions

View File

@@ -335,8 +335,7 @@ public abstract class CollectionUtils {
}
/**
* Adapts a {@code Map<K, List<V>>} to an {@code MultiValueMap<K,V>}.
*
* Adapt a {@code Map<K, List<V>>} to an {@code MultiValueMap<K,V>}.
* @param map the map
* @return the multi-value map
*/
@@ -346,8 +345,7 @@ public abstract class CollectionUtils {
}
/**
* Returns an unmodifiable view of the specified multi-value map.
*
* Return an unmodifiable view of the specified multi-value map.
* @param map the map for which an unmodifiable view is to be returned.
* @return an unmodifiable view of the specified multi-value map.
*/
@@ -363,7 +361,6 @@ public abstract class CollectionUtils {
}
/**
* Iterator wrapping an Enumeration.
*/