mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +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;
|
this.exposeRestrictedAttributes = exposeRestrictedAttributes;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Creates a new, empty ModeledUserGroup.
|
|
||||||
*/
|
|
||||||
public ModeledUserGroup() {
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Stores all restricted (privileged) attributes within the given Map,
|
* Stores all restricted (privileged) attributes within the given Map,
|
||||||
* pulling the values of those attributes from the underlying user group
|
* pulling the values of those attributes from the underlying user group
|
||||||
|
Reference in New Issue
Block a user