SEBSERV-308 refactoring

This commit is contained in:
anhefti 2022-05-16 17:24:05 +02:00
parent 15811baf93
commit 2f20313883

View file

@ -226,10 +226,8 @@ public final class Exam implements GrantEntity {
this.externalId = null;
this.lmsAvailable = true;
this.name = null;
// this.description = null;
this.startTime = null;
this.endTime = null;
// this.startURL = null;
this.type = null;
this.owner = null;
this.status = (status != null) ? status : getStatusFromDate(this.startTime, this.endTime);