Yair Zaslavsky has submitted this change and it was merged. Change subject: engine: fixed integer comparison bug ......................................................................
engine: fixed integer comparison bug Found by find-bug in jenkins build. Integer variables were being compared using == whereas they should be compared using equals Change-Id: Id5dbf11d45890062ada7718dd6a069bd2ab51465 Signed-off-by: Shireesh Anjal <[email protected]> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/gluster/GlusterVolumeEntity.java 1 file changed, 12 insertions(+), 4 deletions(-) Approvals: Shireesh Anjal: Verified Yair Zaslavsky: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/4658 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id5dbf11d45890062ada7718dd6a069bd2ab51465 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shireesh Anjal <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Shireesh Anjal <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
