Remove duplicate Objects.equals call.
This commit is contained in:
parent
7ef41c0169
commit
de3a6a85c9
1 changed files with 0 additions and 1 deletions
|
@ -1201,7 +1201,6 @@ public class Recipient {
|
|||
profileSharing == other.profileSharing &&
|
||||
lastProfileFetch == other.lastProfileFetch &&
|
||||
forceSmsSelection == other.forceSmsSelection &&
|
||||
Objects.equals(id, other.id) &&
|
||||
Objects.equals(aci, other.aci) &&
|
||||
Objects.equals(username, other.username) &&
|
||||
Objects.equals(e164, other.e164) &&
|
||||
|
|
Loading…
Add table
Reference in a new issue