mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31: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) {
|
||||
throw new ServletException("Unable to create connection.", e);
|
||||
throw new ServletException("Unable to create user.", e);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user