GUACAMOLE-360: Clean up style issues.

Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/77da5f5a
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/77da5f5a
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/77da5f5a

Branch: refs/heads/master
Commit: 77da5f5ac5d5d743ccbb902c5c1de905e2ea08b8
Parents: bd2d051
Author: Nick Couchman <vn...@apache.org>
Authored: Fri Jun 15 21:06:07 2018 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Fri Jun 15 21:06:07 2018 -0400

----------------------------------------------------------------------
 .../auth/jdbc/activeconnection/ActiveConnectionService.java    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/77da5f5a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/activeconnection/ActiveConnectionService.java
----------------------------------------------------------------------
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 47a97c2..b82adb8 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

Reply via email to