spring-framework/spring-context/src
Marten Deinum 941b6af9ac Use Collection factory methods when applicable
This commit replaces the use of Collections.unmodifiableList/Set/Map
with the corresponding 'of(...)' factory methods introduced in Java 9.

Closes gh-27824
2022-01-04 12:01:13 +01:00
..
jmh/java/org/springframework/context Early removal of 5.x-deprecated code 2021-11-18 09:18:06 +01:00
main Use Collection factory methods when applicable 2022-01-04 12:01:13 +01:00
test Suppress warnings in tests 2022-01-03 16:12:14 +01:00
testFixtures/java/org/springframework/context/testfixture