58596061626364656667
HistoryEvent.fire(new TaskCreated(task)); } else { dbSession.update(task); HistoryEvent.fire(new TaskUpdated(task)); } return task.getId(); }