mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-05-12 02:21:38 +00:00
Assert.notNull(Object,Supplier) is for when then message passed in requires concatenation and avoids doing extra work. Since this does not require concatenation, we can use Assert.notNull(Object,String) Issue gh-7636