Hello Yair Zaslavsky,

I'd like you to do a code review.  Please visit

    http://gerrit.ovirt.org/31744

to review the following change.

Change subject: aaa: Removing unused method from DbUser
......................................................................

aaa: Removing unused method from DbUser

Change-Id: I4268675f1859ef53c2513c76729792fb980c9815
Topic: AAA
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1120720
Signed-off-by: Yair Zaslavsky <yzasl...@redhat.com>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/aaa/DbUser.java
1 file changed, 0 insertions(+), 10 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/44/31744/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/aaa/DbUser.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/aaa/DbUser.java
index c06c2c4..3a04566 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/aaa/DbUser.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/aaa/DbUser.java
@@ -297,14 +297,4 @@
 
     }
 
-    private void populateGroupNames(StringBuilder namesBuffer, DirectoryGroup 
directoryGroup) {
-        if (namesBuffer.length() != 0) {
-            namesBuffer.append(",");
-        }
-        namesBuffer.append(directoryGroup.getName());
-        for (DirectoryGroup memberOf : directoryGroup.getGroups()) {
-            populateGroupNames(namesBuffer, memberOf);
-        }
-    }
-
 }


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4268675f1859ef53c2513c76729792fb980c9815
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to