Skip to content

Commit

Permalink
Quick javadoc fix for DelegatingPasswordEncoder
Browse files Browse the repository at this point in the history
Quick fix for the javadoc of `UnmappedIdPasswordEncoder` in `DelegatingPasswordEncoder.java`, which appeared incomplete.
  • Loading branch information
uy-rrodriguez authored and eleftherias committed Sep 21, 2020
1 parent b667cbb commit d9276ed
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@ private String extractEncodedPassword(String prefixEncodedPassword) {
}

/**
* 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 {

Expand Down

0 comments on commit d9276ed

Please sign in to comment.