mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-06 10:42:33 +00:00
SEC-2518: UserDetailsService javadoc repeats "insensitive"
Typo in javadoc, "case insensitive" was repeated twice.
This commit is contained in:
parent
5f5b8052d8
commit
783af4012b
@ -35,7 +35,7 @@ public interface UserDetailsService {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Locates the user based on the username. In the actual implementation, the search may possibly be case
|
* Locates the user based on the username. In the actual implementation, the search may possibly be case
|
||||||
* insensitive, or case insensitive depending on how the implementation instance is configured. In this case, the
|
* sensitive, or case insensitive depending on how the implementation instance is configured. In this case, the
|
||||||
* <code>UserDetails</code> object that comes back may have a username that is of a different case than what was
|
* <code>UserDetails</code> object that comes back may have a username that is of a different case than what was
|
||||||
* actually requested..
|
* actually requested..
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user