commit | 5c1f88cbb1a91b5af7d4581d318832a6140d4347 | [log] [tgz] |
---|---|---|
author | Grant Menke <grantmenke@google.com> | Tue Sep 05 14:14:49 2023 -0700 |
committer | Grant Menke <grantmenke@google.com> | Tue Sep 05 14:58:55 2023 -0700 |
tree | 5f9bacff370590f603be723c9ba48c9909cbfbf9 | |
parent | 66bc218bbdebccd3a72207389fcb394f652a904e [diff] |
Cleanup string comparison in CallEndpoint class. This CL cleans up the equals method that i sused for string comparison by the CallEndpoint class. This change updates that method to rely on the standard .equals method provided by the java.utils.Objects class. Test: this method is widely used so PS should provide coverage of this change Bug: 288897277 Change-Id: I5863f323f921f146e46513a0f1b29631779f76af