Small fixes

This commit is contained in:
M66B
2019-04-25 17:35:27 +02:00
parent a1750c4cac
commit 1be2876ac0
3 changed files with 14 additions and 1 deletions

View File

@@ -205,6 +205,7 @@ public class EntityAccount implements Serializable {
Objects.equals(this.realm, other.realm) &&
Objects.equals(this.name, other.name) &&
Objects.equals(this.color, other.color) &&
Objects.equals(this.order, other.order) &&
this.synchronize.equals(other.synchronize) &&
this.primary.equals(other.primary) &&
this.notify.equals(other.notify) &&