mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
fc8bd64f34
This commit replaces optional.isEmpty() and optional.get() with optional.orElse(null) for better efficiency and readability. Closes gh-33612