Refactoring

This commit is contained in:
M66B 2020-05-10 10:14:28 +02:00
parent 36a63b066c
commit f5d68895c2
1 changed files with 1 additions and 1 deletions

View File

@ -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 &&