Allon Mureinik has uploaded a new change for review. Change subject: core: Remove unused LdapGroup ctor ......................................................................
core: Remove unused LdapGroup ctor Removed the ctor that isn't used anywhere in the codebase. Change-Id: I4e5b87fcf8d13f679ad7b28ddf1a74469f21a831 Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/LdapGroup.java 1 file changed, 0 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/29/18129/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/LdapGroup.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/LdapGroup.java index b3b1790..0a3515e 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/LdapGroup.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/LdapGroup.java @@ -27,12 +27,6 @@ distinguishedName = ""; } - public LdapGroup(Guid id, String name, int status) { - this.id = id; - this.name = name; - this.status = LdapRefStatus.forValue(status); - } - public Guid getid() { return this.id; } -- To view, visit http://gerrit.ovirt.org/18129 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4e5b87fcf8d13f679ad7b28ddf1a74469f21a831 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
