Allon Mureinik has uploaded a new change for review.

Change subject: core: rm TagDirector.GetTagIdAndParentsIds(String)
......................................................................

core: rm TagDirector.GetTagIdAndParentsIds(String)

This private method is not used anywhere in the code, and can safely be
removed.

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


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/68/25668/1

diff --git 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/TagsDirector.java
 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/TagsDirector.java
index 53a40b0..2c3b19a 100644
--- 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/TagsDirector.java
+++ 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/TagsDirector.java
@@ -237,18 +237,6 @@
     }
 
     /**
-     * This function will return the tag's ID and its parents IDs.
-     *
-     * @param tagName
-     *            the tag name.
-     * @return a comma separated list of IDs.
-     */
-    public String GetTagIdAndParentsIds(String tagName) {
-        Tags tag = GetTagByName(tagName);
-        return GetTagIdAndParentsIds(tag);
-    }
-
-    /**
      * This function will return the tag's ID and its children IDs. Its used 
to determine if a tag is assigned to an
      * entity. Tag is determined as assigned to an entity if the entity is 
assigned to the tag or to one of its
      * children.


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

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