Skip to content

Commit

Permalink
Fix the annotation of setCredentialsMatcher method in AuthenticatingR…
Browse files Browse the repository at this point in the history
…ealm class
  • Loading branch information
ramostear committed May 29, 2020
1 parent 8751ce1 commit 7b60ede
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 7b60ede

Please sign in to comment.