mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
5e975f51dd
Since equivalent Assert.notNull() checks are already performed by subsequent code (constructors and factory methods), there is no need to perform the exact same assertion twice in such use cases. Closes gh-36544