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…
Reference in New Issue