GUACAMOLE-220: Remove unnecessary ModeledUserGroup constructor (equivalent to 
default constructor).

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

Branch: refs/heads/master
Commit: fedccebb93df1c2c9eecaa1338e9975def1b9048
Parents: 4a5f271
Author: Michael Jumper <mjum...@apache.org>
Authored: Thu Sep 27 20:03:35 2018 -0700
Committer: Michael Jumper <mjum...@apache.org>
Committed: Thu Sep 27 20:03:35 2018 -0700

----------------------------------------------------------------------
 .../apache/guacamole/auth/jdbc/usergroup/ModeledUserGroup.java | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/fedccebb/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/usergroup/ModeledUserGroup.java
----------------------------------------------------------------------
diff --git 
a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/usergroup/ModeledUserGroup.java
 
b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/usergroup/ModeledUserGroup.java
index 914a292..b31b61e 100644
--- 
a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/usergroup/ModeledUserGroup.java
+++ 
b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/usergroup/ModeledUserGroup.java
@@ -123,12 +123,6 @@ public class ModeledUserGroup extends 
ModeledPermissions<UserGroupModel>
     }
 
     /**
-     * Creates a new, empty ModeledUserGroup.
-     */
-    public ModeledUserGroup() {
-    }
-
-    /**
      * Stores all restricted (privileged) attributes within the given Map,
      * pulling the values of those attributes from the underlying user group
      * model. If no value is yet defined for an attribute, that attribute will

Reply via email to