commit | 8f272eaa27875d52c8f0c51aac089d92a9d2b99f | [log] [tgz] |
---|---|---|
author | Yang Zhenhui <zhenhui.yang@sonymobile.com> | Wed Dec 19 13:45:58 2012 +0800 |
committer | Bruce Zu <bruce.zu@sonymobile.com> | Thu Dec 20 11:02:11 2012 +0800 |
tree | 7381ad4a3d8acbbb04dbe79c61da0953f01f319f | |
parent | fe7060bbc1005995f73c8f21052279949a4a5543 [diff] |
Remove inconsistent null value checkings in the ChangeEmail class Variable ChangeEmail.change is used widely in sending change emails, sometimes its value is tested to see if it is null, sometimes it is not tested, we just remove the null value checking for all places, and let the users of ChangeEmail class to make sure to pass a valid value. Change-Id: I26b2d1c2f84e632603b74e5a680b72c922ead3e3