Daniel Erez has submitted this change and it was merged. Change subject: core: AuditLogable - replace check to isNullOrEmpty ......................................................................
core: AuditLogable - replace check to isNullOrEmpty AuditLogable - getVmIdRef: replace nullity check with Guid.isNullOrEmpty as mVmId member is pre-set to Guid.Empty. The change is needed for cases when just the VM object is set (rather than the VmId) Change-Id: I894592ecac51674c708c1e9aba8716e4971493cb Signed-off-by: Daniel Erez <[email protected]> --- M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/auditloghandling/AuditLogableBase.java 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Daniel Erez: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/26319 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I894592ecac51674c708c1e9aba8716e4971493cb Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Liron Ar <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
