mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
97c22fc08e
Moved a null check inside a protected method to give protected method a chance to override what happens in that case. Issues: SPR-9193