Small fix

This commit is contained in:
M66B
2020-03-25 22:40:50 +01:00
parent c98418ad56
commit e9dcfce717

View File

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