mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
#268: Fix typo in exception.
This commit is contained in:
@@ -61,7 +61,7 @@ public class Create extends AuthenticatingHttpServlet {
|
|||||||
|
|
||||||
}
|
}
|
||||||
catch (GuacamoleException e) {
|
catch (GuacamoleException e) {
|
||||||
throw new ServletException("Unable to create connection.", e);
|
throw new ServletException("Unable to create user.", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user