Remove comment blocks

Co-authored-by: Liam Williams <liam.williams@zoho.com>
This commit is contained in:
Geoffrey De Smet 2023-11-24 15:09:14 +01:00 committed by GitHub
parent 8e8331376e
commit 2478475cea
1 changed files with 0 additions and 4 deletions

View File

@ -28,10 +28,6 @@ public class ShiftSchedule {
this.shifts = shifts;
}
// ************************************************************************
// Getters and setters
// ************************************************************************
public List<Employee> getEmployees() {
return employees;
}