mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Fix grammar
This commit is contained in:
@@ -503,7 +503,7 @@ public abstract class CollectionUtils {
|
||||
}
|
||||
|
||||
/**
|
||||
* Adapt a {@code Map<K, List<V>>} to an {@code MultiValueMap<K, V>}.
|
||||
* Adapt a {@code Map<K, List<V>>} to a {@code MultiValueMap<K, V>}.
|
||||
* @param targetMap the original map
|
||||
* @return the adapted multi-value map (wrapping the original map)
|
||||
* @since 3.1
|
||||
|
||||
Reference in New Issue
Block a user