Alon Bar-Lev has posted comments on this change.

Change subject: aaa: Expose only Directory name via DirectoryEntry
......................................................................


Patch Set 8:

(1 comment)

http://gerrit.ovirt.org/#/c/24809/8/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/aaa/DirectoryEntry.java
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/aaa/DirectoryEntry.java:

Line 112:         return
Line 113:             ObjectUtils.objectsEqual(id, other.id) &&
Line 114:             ObjectUtils.objectsEqual(name, other.name) &&
Line 115:             ObjectUtils.objectsEqual(status, other.status) &&
Line 116:                 ObjectUtils.objectsEqual(directoryName, 
other.directoryName);
see my last comment.
Line 117:     }
Line 118: 
Line 119:     public String toString() {
Line 120:         return name + "@" + directoryName;


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic5a1226902597d148e9cf57c9dc1f5be4d76d31e
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to