mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
d96a63944c
This commit replaces filter(x -> x instanceof C).cast(C.class) with the built-in ofType(C.class). See gh-32141