Revert. Caused a database deadlock.

This commit is contained in:
Olof Larsson 2015-12-11 14:52:03 +01:00
parent beef10d3ba
commit c40c29a9b3

View File

@ -527,7 +527,7 @@ public class Coll<E extends Entity<E>> extends CollAbstract<E>
// On creation it might be modified by addition or removal of new/old fields.
// So we must do a check for that.
this.putIdentifiedModificationFixed(id, Modification.UNKNOWN);
// this.putIdentifiedModificationFixed(id, Modification.UNKNOWN);
}
entity.setLastRaw(raw);