mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +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.
|
* 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 {
|
||||||
|
Reference in New Issue
Block a user