From 2f2031388310377be5c50be8e91574b55a5d95c5 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 16 May 2022 17:24:05 +0200 Subject: [PATCH] SEBSERV-308 refactoring --- src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/Exam.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/Exam.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/Exam.java index bdb0adcb..01fd2206 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/Exam.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/Exam.java @@ -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);