.addTimestamp("corr_to_instant", document.getCorrectionToInstant())
.addValue("max_instant", DbDateUtils.MAX_SQL_TIMESTAMP);
final String sql = getElSqlBundle().getSql("UpdateCorrectionToInstant", args);
final int rowsUpdated = getJdbcTemplate().update(sql, args);
if (rowsUpdated != 1) {
throw new IncorrectUpdateSemanticsDataAccessException("Update end correction instant failed, rows updated: " + rowsUpdated);
}
}