Polishing

This commit is contained in:
Juergen Hoeller
2018-10-24 20:46:26 +02:00
parent f0f1979fc5
commit ffa032e78f
9 changed files with 49 additions and 60 deletions

View File

@@ -75,7 +75,7 @@ public interface MultiValueMap<K, V> extends Map<K, List<V>> {
void setAll(Map<K, V> values);
/**
* Returns the first values contained in this {@code MultiValueMap}.
* Return a {@code Map} with the first values contained in this {@code MultiValueMap}.
* @return a single value representation of this map
*/
Map<K, V> toSingleValueMap();