mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
7a3e8bf648
This commit fixes a NullPointerException issue in the constructor hint predicate. Prior to this commit, a hint for a constructor was directly looked up and dereferenced a type hint without checking if there was one first.