mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-839: Correct typo in JavaDoc of decode() - "valid", not "value".
This commit is contained in:
@@ -149,7 +149,7 @@ public class SSLClientAuthenticationResource extends SSOResource {
|
||||
* The decoded string.
|
||||
*
|
||||
* @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 {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user