Skip to content

Commit f734d04

Browse files
committed
Fix grammar
1 parent ce4c9eb commit f734d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ public static <E> Iterator<E> toIterator(@Nullable Enumeration<E> enumeration) {
503503
}
504504

505505
/**
506-
* Adapt a {@code Map<K, List<V>>} to an {@code MultiValueMap<K, V>}.
506+
* Adapt a {@code Map<K, List<V>>} to a {@code MultiValueMap<K, V>}.
507507
* @param targetMap the original map
508508
* @return the adapted multi-value map (wrapping the original map)
509509
* @since 3.1

0 commit comments

Comments
 (0)