Ticket #269: Fix JavaDoc.

This commit is contained in:
Michael Jumper
2013-02-26 12:40:19 -08:00
parent 64d301dfb3
commit c39a8dfe35

View File

@@ -47,7 +47,7 @@ public interface PasswordEncryptionService {
* Checks whether the provided, unhashed password matches the given
* hash/salt pair.
*
* @param credentials The credentials to validate.
* @param password The unhashed password to validate.
* @param hashedPassword The hashed password to compare the given password
* against.
* @param salt The salt used when the hashed password given was created.