80818283848586878889
LOGGER.debug("Updating contact with information: {}", updated); Todo model = findById(updated.getId()); LOGGER.debug("Found a to-do entry: {}", model); model.update(updated.getDescription(), updated.getTitle()); return model; } }
75767778798081828384
81828384858687888990