Skip to content
Snippets Groups Projects

Allow timeslots to be made empty

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -80,7 +80,7 @@ public class TimeSlot {
@@ -80,7 +80,7 @@ public class TimeSlot {
* The capacity of the time slot. Sometimes many people can enrol for one time-slot because many TAs are
* The capacity of the time slot. Sometimes many people can enrol for one time-slot because many TAs are
* available, sometimes very little are available.
* available, sometimes very little are available.
*/
*/
@Min(1)
@Min(0)
@NotNull
@NotNull
private int capacity;
private int capacity;
Loading