// is of no importance (!).
try {
if (other != null) {
client.notifyMessage(DcResources.getText("msgItemExistsMerged", other.toString()));
other.setLastInLine(counter == items.size());
other.merge(item);
other.setChanged(DcObject._SYS_CREATED, false);
other.setChanged(DcObject._SYS_MODIFIED, false);
other.setValidate(false);
other.saveUpdate(true, false);
} else {