Skip to content

Commit 50637d4

Browse files
alexanderkjallrwinch
authored andcommitted
SEC-2518: UserDetailsService javadoc repeats "insensitive"
Typo in javadoc, "case insensitive" was repeated twice.
1 parent a7005bd commit 50637d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/springframework/security/core/userdetails/UserDetailsService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public interface UserDetailsService {
3535

3636
/**
3737
* Locates the user based on the username. In the actual implementation, the search may possibly be case
38-
* insensitive, or case insensitive depending on how the implementation instance is configured. In this case, the
38+
* sensitive, or case insensitive depending on how the implementation instance is configured. In this case, the
3939
* <code>UserDetails</code> object that comes back may have a username that is of a different case than what was
4040
* actually requested..
4141
*

0 commit comments

Comments
 (0)