Browse Source

Fix grammar

pull/35990/head
Sam Brannen 1 week ago
parent
commit
f734d04a0d
  1. 2
      spring-core/src/main/java/org/springframework/util/CollectionUtils.java

2
spring-core/src/main/java/org/springframework/util/CollectionUtils.java

@ -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 * @param targetMap the original map
* @return the adapted multi-value map (wrapping the original map) * @return the adapted multi-value map (wrapping the original map)
* @since 3.1 * @since 3.1

Loading…
Cancel
Save