mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Fix typo in comment for changePassword method
This commit is contained in:
parent
f2d6ead398
commit
d124fa2858
@ -45,7 +45,7 @@ public interface UserDetailsManager extends UserDetailsService {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Modify the current user's password. This should change the user's password in the
|
* Modify the current user's password. This should change the user's password in the
|
||||||
* persistent user repository (datbase, LDAP etc).
|
* persistent user repository (database, LDAP etc).
|
||||||
* @param oldPassword current password (for re-authentication if required)
|
* @param oldPassword current password (for re-authentication if required)
|
||||||
* @param newPassword the password to change to
|
* @param newPassword the password to change to
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user