mirror of https://github.com/M66B/FairEmail.git
Refactoring
This commit is contained in:
parent
36a63b066c
commit
f5d68895c2
|
@ -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 &&
|
||||
|
|
Loading…
Reference in New Issue