mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-220: Remove unnecessary ModeledUserGroup constructor (equivalent to default constructor).
This commit is contained in:
@@ -122,12 +122,6 @@ public class ModeledUserGroup extends ModeledPermissions<UserGroupModel>
|
||||
this.exposeRestrictedAttributes = exposeRestrictedAttributes;
|
||||
}
|
||||
|
||||
/**
|
||||
* 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
|
||||
|
Reference in New Issue
Block a user