Yair Zaslavsky has posted comments on this change.

Change subject: core: CommandBase modifications
......................................................................


Patch Set 8: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java
Line 1954:      */
Line 1955:     public Map<String, String> getJobMessageProperties() {
Line 1956:         jobProperties = new HashMap<>();
Line 1957:         List<PermissionSubject> subjects = 
getPermissionCheckSubjects();
Line 1958:         if (jobProperties == null && subjects != null && 
!subjects.isEmpty()) {
Sorry, should be
subjects != null && !subjects.isEmpty()
Line 1959:             VdcObjectType entityType;
Line 1960:             Guid entityId;
Line 1961:             String value;
Line 1962:             for (PermissionSubject permSubject : subjects) {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic6350853f66e8f117dc3ebf8ff3e346bb9b241ad
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to