mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Fix UserDetailsPasswordService Checkstyle
Issue gh-7266
This commit is contained in:
parent
5903f2dd9b
commit
4166c6e493
@ -28,7 +28,7 @@ public interface UserDetailsPasswordService {
|
||||
* persistent user repository (database, LDAP etc).
|
||||
*
|
||||
* @param user the user to modify the password for
|
||||
* @param newPassword the password to change to,
|
||||
* @param newPassword the password to change to,
|
||||
* encoded by the configured {@code PasswordEncoder}
|
||||
* @return the updated UserDetails with the new password
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user