AccountExternalIdInfo: Implement hashCode alongside equals
Change-Id: I5f88bd25dde7a9fb8d429a2ef4fad2f104de223a
This commit is contained in:
parent
a80fd80f8c
commit
e5c5953205
@ -44,4 +44,9 @@ public class AccountExternalIdInfo
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
return Objects.hash(identity, emailAddress, trusted, canDelete);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user