We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4c9eb commit f734d04Copy full SHA for f734d04
spring-core/src/main/java/org/springframework/util/CollectionUtils.java
@@ -503,7 +503,7 @@ public static <E> Iterator<E> toIterator(@Nullable Enumeration<E> enumeration) {
503
}
504
505
/**
506
- * 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>}.
507
* @param targetMap the original map
508
* @return the adapted multi-value map (wrapping the original map)
509
* @since 3.1
0 commit comments