Add space in exception message
This commit is contained in:
parent
8e648deda0
commit
0a86ed8717
|
@ -112,7 +112,7 @@ public class LdapUserDetailsMapper implements UserDetailsContextMapper {
|
|||
public void mapUserToContext(UserDetails user, DirContextAdapter ctx) {
|
||||
throw new UnsupportedOperationException(
|
||||
"LdapUserDetailsMapper only supports reading from a context. Please"
|
||||
+ "use a subclass if mapUserToContext() is required.");
|
||||
+ " use a subclass if mapUserToContext() is required.");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue