From 77da5f5ac5d5d743ccbb902c5c1de905e2ea08b8 Mon Sep 17 00:00:00 2001 From: Nick Couchman Date: Fri, 15 Jun 2018 21:06:07 -0400 Subject: [PATCH] GUACAMOLE-360: Clean up style issues. --- .../auth/jdbc/activeconnection/ActiveConnectionService.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/activeconnection/ActiveConnectionService.java b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/activeconnection/ActiveConnectionService.java index 47a97c2eb..b82adb888 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/activeconnection/ActiveConnectionService.java +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/activeconnection/ActiveConnectionService.java @@ -112,7 +112,7 @@ public class ActiveConnectionService @Override public void deleteObject(ModeledAuthenticatedUser user, String identifier) throws GuacamoleException { - + // Close connection, if it exists and we have permission ActiveConnection activeConnection = retrieveObject(user, identifier); if (activeConnection != null @@ -162,7 +162,7 @@ public class ActiveConnectionService throw new GuacamoleSecurityException("Permission denied."); } - + /** * Retrieve the permission set for the specified user that relates * to access to active connections. @@ -181,7 +181,7 @@ public class ActiveConnectionService throws GuacamoleException { return user.getUser().getActiveConnectionPermissions(); } - + /** * Return a boolean value representing whether or not a user has the given * permission available to them on the active connection with the given