event.recalculateState(new DateTime());
}
private ExemptionJustification createJustification(AcademicEventJustificationType justificationType,
final LocalDate dispatchDate, String reason) {
return new AcademicEventExemptionJustification(this, justificationType, dispatchDate, reason);
}