mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
941b6af9ac
This commit replaces the use of Collections.unmodifiableList/Set/Map with the corresponding 'of(...)' factory methods introduced in Java 9. Closes gh-27824