Small fix

This commit is contained in:
M66B 2020-07-21 20:47:47 +02:00
parent 03e3895298
commit 0d329e58e3
1 changed files with 1 additions and 0 deletions

View File

@ -348,6 +348,7 @@ public class EntityAccount extends EntityOrder implements Serializable {
this.poll_interval.equals(other.poll_interval) &&
this.partial_fetch == other.partial_fetch &&
this.ignore_size == other.ignore_size &&
this.use_date == other.use_date &&
Objects.equals(this.quota_usage, other.quota_usage) &&
Objects.equals(this.quota_limit, other.quota_limit) &&
Objects.equals(this.created, other.created) &&