Change in ovirt-engine[master]: webadmin: ImportVmsModel null check

Allon Mureinik has submitted this change and it was merged. Change subject: webadmin: ImportVmsModel null check ...................................................................... webadmin: ImportVmsModel null check Removed redundant null check - dataCenters is initialized at the beginning of the method with the new operator and not overwritten in any path. It can never be null. Change-Id: Ibf59d2d76263cc9d9ad2c2a4ef12323f3b2464b0 Signed-off-by: Allon Mureinik <amureini@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/ImportVmsModel.java 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Tal Nisan: Looks good to me, approved Allon Mureinik: Verified; Passed CI tests -- To view, visit https://gerrit.ovirt.org/52297 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibf59d2d76263cc9d9ad2c2a4ef12323f3b2464b0 Gerrit-PatchSet: 7 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
amureini@redhat.com