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

This commit is contained in:
Michael Jumper
2018-09-27 20:03:35 -07:00
parent 4a5f271702
commit fedccebb93

View File

@@ -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