Quick javadoc fix for DelegatingPasswordEncoder

Quick fix for the javadoc of `UnmappedIdPasswordEncoder` in `DelegatingPasswordEncoder.java`, which appeared incomplete.
This commit is contained in:
uy-rrodriguez 2020-07-31 14:33:02 +01:00 committed by Eleftheria Stein-Kousathana
parent b667cbbb86
commit d9276ed8f3
1 changed files with 2 additions and 1 deletions

View File

@ -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 {