Allon Mureinik has submitted this change and it was merged.
Change subject: core: ChangeVMClusterCommand ObjectUtils
......................................................................
core: ChangeVMClusterCommand ObjectUtils
Replace the usage of Apache Commons Lang's ObjectUtils.equals with Java
7's Objects.equals, as part of the effort to reuse as much of the JDK as
possible and bring the usage of unneeded third parties down to a
minimum.
Change-Id: I590ec675f7292946c308f009f3d5492afca9e314
Signed-off-by: Allon Mureinik <amureini(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ChangeVMClusterCommand.java
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Allon Mureinik: Verified; Passed CI tests
Arik Hadas: Looks good to me, approved
--
To view, visit
https://gerrit.ovirt.org/49254
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I590ec675f7292946c308f009f3d5492afca9e314
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>