mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUACAMOLE-362: Fix error message typo.
This commit is contained in:
committed by
Nick Couchman
parent
a196134f2d
commit
61f70c57be
@@ -173,7 +173,7 @@ public class TicketValidationService {
|
|||||||
throw new GuacamoleServerException("Unexpected algorithm for the private key.", e);
|
throw new GuacamoleServerException("Unexpected algorithm for the private key.", e);
|
||||||
}
|
}
|
||||||
catch (NoSuchPaddingException e) {
|
catch (NoSuchPaddingException e) {
|
||||||
throw new GuacamoleServerException("No such padding tryingto initialize cipher with private key.", e);
|
throw new GuacamoleServerException("No such padding trying to initialize cipher with private key.", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user