Skip to content

Commit

Permalink
Merge pull request #238 from ramostear/master
Browse files Browse the repository at this point in the history
(DOC) - Fix the annotation of setCredentialsMatcher method in AuthenticatingR…
  • Loading branch information
fpapon authored May 29, 2020
2 parents 8751ce1 + 7b60ede commit 2e29785
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public CredentialsMatcher getCredentialsMatcher() {
}

/**
* Sets the CrendialsMatcher used during an authentication attempt to verify submitted credentials with those
* Sets the CredentialsMatcher used during an authentication attempt to verify submitted credentials with those
* stored in the system. The implementation of this matcher can be switched via configuration to
* support any number of schemes, including plain text comparisons, hashing comparisons, and others.
* <p/>
Expand Down

0 comments on commit 2e29785

Please sign in to comment.