Browse Source

Fix typo in comment for changePassword method

pull/11291/head
James 4 years ago committed by Josh Cummings
parent
commit
d124fa2858
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
  1. 2
      core/src/main/java/org/springframework/security/provisioning/UserDetailsManager.java

2
core/src/main/java/org/springframework/security/provisioning/UserDetailsManager.java

@ -45,7 +45,7 @@ public interface UserDetailsManager extends UserDetailsService { @@ -45,7 +45,7 @@ public interface UserDetailsManager extends UserDetailsService {
/**
* 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 newPassword the password to change to
*/

Loading…
Cancel
Save