mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Refactoring
This commit is contained in:
@@ -67,8 +67,8 @@ public class TupleFolderEx extends EntityFolder implements Serializable {
|
||||
TupleFolderEx other = (TupleFolderEx) obj;
|
||||
return (super.equals(obj) &&
|
||||
Objects.equals(this.accountId, other.accountId) &&
|
||||
Objects.equals(this.accountOrder, other.accountOrder) &&
|
||||
Objects.equals(this.accountProtocol, other.accountProtocol) &&
|
||||
Objects.equals(this.accountOrder, other.accountOrder) &&
|
||||
Objects.equals(this.accountName, other.accountName) &&
|
||||
Objects.equals(this.accountState, other.accountState) &&
|
||||
this.rules == other.rules &&
|
||||
|
||||
Reference in New Issue
Block a user