GUACAMOLE-839: Correct typo in JavaDoc of decode() - "valid", not "value".

This commit is contained in:
Michael Jumper
2023-03-07 16:38:51 -08:00
parent 9f8bb71b0e
commit 82073a5976

View File

@@ -149,7 +149,7 @@ public class SSLClientAuthenticationResource extends SSOResource {
* The decoded string. * The decoded string.
* *
* @throws GuacamoleException * @throws GuacamoleException
* If the provided value is not a value URL-encoded string. * If the provided value is not a valid URL-encoded string.
*/ */
private byte[] decode(String value) throws GuacamoleException { private byte[] decode(String value) throws GuacamoleException {
try { try {