mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUACAMOLE-566: Remove another extra set of spaces.
This commit is contained in:
@@ -83,7 +83,7 @@ public class RESTServiceModule extends ServletModule {
|
|||||||
bind(AuthenticationService.class);
|
bind(AuthenticationService.class);
|
||||||
bind(AuthTokenGenerator.class).to(SecureRandomAuthTokenGenerator.class);
|
bind(AuthTokenGenerator.class).to(SecureRandomAuthTokenGenerator.class);
|
||||||
bind(DecorationService.class);
|
bind(DecorationService.class);
|
||||||
|
|
||||||
// Automatically translate GuacamoleExceptions for REST methods
|
// Automatically translate GuacamoleExceptions for REST methods
|
||||||
bind(RESTExceptionMapper.class);
|
bind(RESTExceptionMapper.class);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user