mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-12 07:02:13 +00:00
Fix: Typo in DelegatingPasswordEncoder's Javadoc
This commit is contained in:
parent
87a216a6e6
commit
a622a92001
@ -93,7 +93,7 @@ import java.util.Map;
|
||||
*
|
||||
* <h2>Password Encoding</h2>
|
||||
*
|
||||
* The @{code idForEncode} passed into the constructor determines which
|
||||
* The {@code idForEncode} passed into the constructor determines which
|
||||
* {@link PasswordEncoder} will be used for encoding passwords. In the
|
||||
* {@code DelegatingPasswordEncoder} we constructed above, that means that the result of
|
||||
* encoding "password" would be delegated to {@code BCryptPasswordEncoder} and be prefixed
|
||||
|
Loading…
x
Reference in New Issue
Block a user