1
0
mirror of synced 2026-07-19 17:45:11 +00:00

Updated Assertion message

This commit is contained in:
Ray Krueger
2007-05-17 03:18:35 +00:00
parent 84a3c87ea4
commit 8b1cc05518
@@ -43,7 +43,7 @@ public class DaoCasAuthoritiesPopulator implements CasAuthoritiesPopulator, Init
//~ Methods ========================================================================================================
public void afterPropertiesSet() throws Exception {
Assert.notNull(this.userDetailsService, "An authenticationDao must be set");
Assert.notNull(this.userDetailsService, "A UserDetailsService must be set");
}
public UserDetails getUserDetails(String casUserId)