
Shahar Havivi has submitted this change and it was merged. Change subject: findbugs: fix for inaccurate floating point comparison ...................................................................... findbugs: fix for inaccurate floating point comparison in commit 50680f0eb434080ad147dd2b479ced02375e50dc added a fix for floating point equality with a bug, comparing Double to long. This commit fix it to compare Double to Double. Change-Id: Icf3081c6d7d495dbfbd47a2092fe0e9a67be4299 Signed-off-by: Shahar Havivi <shavivi@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/quota/QuotaManager.java 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Shahar Havivi: Verified ofri masad: Looks good to me, but someone else must approve Oved Ourfali: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/15474 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Icf3081c6d7d495dbfbd47a2092fe0e9a67be4299 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <shavivi@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Shahar Havivi <shavivi@redhat.com> Gerrit-Reviewer: ofri masad <omasad@redhat.com>