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 <[email protected]> --- 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 <[email protected]> Gerrit-Reviewer: Laszlo Hornyak <[email protected]> Gerrit-Reviewer: Michael Kublin <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
