
Maor Lipchuk has submitted this change and it was merged. Change subject: core: Remove redundant task handlers for auditLog at ExportRepoImage ...................................................................... core: Remove redundant task handlers for auditLog at ExportRepoImage Remove redundant use of task handlers in ExportRepoImage at getAuditLogTypeValue(), since the command does not use task handlers in the execute phase but only use the succeeded indication. Change-Id: I6ed3037f33247c844a0ba5888cc0ab44a8f069b4 Signed-off-by: Maor Lipchuk <mlipchuk@redhat.com> Bug-Url: https://bugzilla.redhat.com/1021210 --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ExportRepoImageCommand.java 1 file changed, 2 insertions(+), 7 deletions(-) Approvals: Maor Lipchuk: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/20773 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6ed3037f33247c844a0ba5888cc0ab44a8f069b4 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Maor Lipchuk <mlipchuk@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Federico Simoncelli <fsimonce@redhat.com> Gerrit-Reviewer: Maor Lipchuk <mlipchuk@redhat.com> Gerrit-Reviewer: Sergey Gotliv <sgotliv@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server