
Laszlo Hornyak has submitted this change and it was merged. Change subject: engine: removed redundant BigDecimal instantiations ...................................................................... engine: removed redundant BigDecimal instantiations Since BigDecimal is immutable, new BigDecimal(0) can be replaced bu BigDecimal.ZERO Change-Id: I416da2e5a87cc9a4cec4a762d5da74bddb201298 Signed-off-by: Laszlo Hornyak <lhornyak@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VdsStatistics.java 1 file changed, 4 insertions(+), 4 deletions(-) Approvals: Laszlo Hornyak: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/13368 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I416da2e5a87cc9a4cec4a762d5da74bddb201298 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Laszlo Hornyak <lhornyak@redhat.com> Gerrit-Reviewer: Laszlo Hornyak <lhornyak@redhat.com> Gerrit-Reviewer: Michael Kublin <mkublin@redhat.com>