From c39a8dfe35b82caa59f993fa83b6e93c1f72e01c Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 26 Feb 2013 12:40:19 -0800 Subject: [PATCH] Ticket #269: Fix JavaDoc. --- .../net/auth/mysql/service/PasswordEncryptionService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/guacamole-auth-mysql/src/main/java/net/sourceforge/guacamole/net/auth/mysql/service/PasswordEncryptionService.java b/extensions/guacamole-auth-mysql/src/main/java/net/sourceforge/guacamole/net/auth/mysql/service/PasswordEncryptionService.java index a1cdaf412..0989a1bfd 100644 --- a/extensions/guacamole-auth-mysql/src/main/java/net/sourceforge/guacamole/net/auth/mysql/service/PasswordEncryptionService.java +++ b/extensions/guacamole-auth-mysql/src/main/java/net/sourceforge/guacamole/net/auth/mysql/service/PasswordEncryptionService.java @@ -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.