Allon Mureinik has submitted this change and it was merged. Change subject: webadmin: Remove useless null check ......................................................................
webadmin: Remove useless null check Remove a useless null check from VdcQueryReturnValue_CustomFieldSerializer's serialize and deserialize methods. nulls are checked explicitly in the begging of the respective functions, so it cannot be null at their ends. Change-Id: I5a14e8a8705cdd3be8ea24b6da7288bedb01a453 Signed-off-by: Allon Mureinik <[email protected]> --- M frontend/webadmin/modules/gwt-extension/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryReturnValue_CustomFieldSerializer.java 1 file changed, 2 insertions(+), 6 deletions(-) Approvals: Allon Mureinik: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/12252 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5a14e8a8705cdd3be8ea24b6da7288bedb01a453 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Tal Nisan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
