Tal Nisan has submitted this change and it was merged. Change subject: core: cleanup: remove unnecessary variable and ifs ......................................................................
core: cleanup: remove unnecessary variable and ifs BaseImagesCommand.getImage() used unnecessary auxiliary variable and if statements for class member mImage assignment, and now only uses class member mImage. Change-Id: If4ce2493c4cda5bc851aafb7a1abdc2dba9a99b5 Signed-off-by: Vered Volansky <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/BaseImagesCommand.java 1 file changed, 3 insertions(+), 8 deletions(-) Approvals: Tal Nisan: Verified; Looks good to me, approved Vered Volansky: Verified -- To view, visit http://gerrit.ovirt.org/11831 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If4ce2493c4cda5bc851aafb7a1abdc2dba9a99b5 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vered Volansky <[email protected]> Gerrit-Reviewer: Alissa Bonas <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Liron Aravot <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Tal Nisan <[email protected]> Gerrit-Reviewer: Vered Volansky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
