157158159160161162163164
return new HistoryEntry( historyEntryID, project, getBriefDescription(null), this, new MassRowChange(newRows) ); }
174175176177178179180181
109110111112113114115116
return new HistoryEntry( historyEntryID, project, getBriefDescription(project), DenormalizeOperation.this, new MassRowChange(newRows) ); }