SEBSERV-308 refactoring
This commit is contained in:
parent
15811baf93
commit
2f20313883
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue