Allon Mureinik has uploaded a new change for review.

Change subject: core: Remove userGroup member from tags
......................................................................

core: Remove userGroup member from tags

Removed the private member "userGroup" from the tags class. This
member was never updated (in fact, there are no methods to modify it!),
and never queried.

Its only use was in its getter, which was never used anywhere in the
code. Thus, it's useless to continue holding it.

Change-Id: I9e965c455a426afbd894caa85059d3d39159b84e
Signed-off-by: Allon Mureinik <[email protected]>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/tags.java
1 file changed, 0 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/43/11643/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/tags.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/tags.java
index 874f864..6054519 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/tags.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/tags.java
@@ -29,8 +29,6 @@
 
     private TagsType type = TagsType.GeneralTag;
 
-    private LdapGroup userGroup;
-
     private List<tags> _children;
 
     public tags() {
@@ -205,9 +203,5 @@
     public void UpdateTag(tags from) {
         setdescription(from.getdescription());
         settag_name(from.gettag_name());
-    }
-
-    public LdapGroup getUserGroup() {
-        return userGroup;
     }
 }


--
To view, visit http://gerrit.ovirt.org/11643
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9e965c455a426afbd894caa85059d3d39159b84e
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

Reply via email to