mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
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) {
|
public void mapUserToContext(UserDetails user, DirContextAdapter ctx) {
|
||||||
throw new UnsupportedOperationException(
|
throw new UnsupportedOperationException(
|
||||||
"LdapUserDetailsMapper only supports reading from a context. Please"
|
"LdapUserDetailsMapper only supports reading from a context. Please"
|
||||||
+ "use a subclass if mapUserToContext() is required.");
|
+ " use a subclass if mapUserToContext() is required.");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user