253254255256257258259260
return new HistoryEntry( historyEntryID, project, getBriefDescription(null), this, new MassRowColumnChange(allColumns, newRows) ); }
150151152153154155156157
return new HistoryEntry( historyEntryID, project, getBriefDescription(null), this, new MassRowColumnChange(newColumns, newRows) ); }
359360361362363364365366
return new HistoryEntry( historyEntryID, project, getBriefDescription(), this, new MassRowColumnChange(newColumns, newRows) ); }