mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-01 10:59:16 +00:00
Quick javadoc fix for DelegatingPasswordEncoder
Quick fix for the javadoc of `UnmappedIdPasswordEncoder` in `DelegatingPasswordEncoder.java`, which appeared incomplete.
This commit is contained in:
parent
b667cbbb86
commit
d9276ed8f3
@ -238,7 +238,8 @@ public class DelegatingPasswordEncoder implements PasswordEncoder {
|
||||
}
|
||||
|
||||
/**
|
||||
* Default {@link PasswordEncoder} that throws an exception that a id could
|
||||
* Default {@link PasswordEncoder} that throws an exception telling that a suitable
|
||||
* {@link PasswordEncoder} for the id could not be found.
|
||||
*/
|
||||
private class UnmappedIdPasswordEncoder implements PasswordEncoder {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user