String description = "Copy " + cellChanges.size() + " recon judgments from column " +
_fromColumnName + " to " + StringUtils.join(_toColumnNames);
return new HistoryEntry(
historyEntryID, project, description, this, new MassChange(cellChanges, false));
}