Change in ovirt-engine[master]: core: Rm VmAnalyzer's ObjectUtils.toString call

Allon Mureinik has submitted this change and it was merged. Change subject: core: Rm VmAnalyzer's ObjectUtils.toString call ...................................................................... core: Rm VmAnalyzer's ObjectUtils.toString call Replace the usage of Apache Commons Lang's ObjectUtils.toString with Java's plain old toString method, as there's no risk of a new Date() being null. Change-Id: I171ac21948a4331746e768cbaf0517583bcd7892 Signed-off-by: Allon Mureinik <amureini@redhat.com> --- M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VmAnalyzer.java 1 file changed, 1 insertion(+), 3 deletions(-) Approvals: Allon Mureinik: Verified; Passed CI tests Arik Hadas: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/49322 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I171ac21948a4331746e768cbaf0517583bcd7892 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
amureini@redhat.com