Allows admins to manage grading report templates #14

Merged
niat8586 merged 41 commits from 3482-new-grading-criteria into develop 2024-10-30 10:05:23 +01:00
Showing only changes of commit 1f112b68d1 - Show all commits

View File

@ -4,7 +4,7 @@ import se.su.dsv.scipro.system.ProjectType;
import java.time.LocalDate; import java.time.LocalDate;
public class DuplicateDateException extends Throwable { public class DuplicateDateException extends Exception {
private final LocalDate validFrom; private final LocalDate validFrom;
private final ProjectType projectType; private final ProjectType projectType;