Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create immutable MultiValueMap wrapper
This commit introduces UnmodifiableMultiValueMap, an immutable wrapper around a MultiValueMap, similar to what is returned by Collections.unmodifiable*. CollectionUtils::unmodifiableMultiValueMap now returns UnmodifiableMultiValueMap. Closes spring-projectsgh-27608
- Loading branch information