This commit is contained in:
M66B
2019-03-12 14:33:38 +00:00
parent 120157066a
commit 7364b97cb7
2 changed files with 3 additions and 8 deletions

View File

@@ -25,7 +25,6 @@ public class TupleFolderEx extends EntityFolder {
public String accountName;
public Integer accountColor;
public String accountState;
public String accountError;
public int messages;
public int content;
public int unseen;
@@ -38,7 +37,6 @@ public class TupleFolderEx extends EntityFolder {
Objects.equals(accountName, other.accountName) &&
Objects.equals(this.accountColor, other.accountColor) &&
Objects.equals(accountState, other.accountState) &&
Objects.equals(accountError, other.accountError) &&
this.messages == other.messages &&
this.content == other.content &&
this.unseen == other.unseen);