pull/177/head
M66B 6 years ago
parent c98418ad56
commit e9dcfce717

@ -377,6 +377,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
Objects.equals(this.sync_state, other.sync_state) && Objects.equals(this.sync_state, other.sync_state) &&
this.read_only == other.read_only && this.read_only == other.read_only &&
this.selectable == other.selectable && this.selectable == other.selectable &&
this.inferiors == other.inferiors &&
Objects.equals(this.error, other.error) && Objects.equals(this.error, other.error) &&
Objects.equals(this.last_sync, other.last_sync)); Objects.equals(this.last_sync, other.last_sync));
} else } else

Loading…
Cancel
Save