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.