fix: spelling
This commit is contained in:
parent
78c72bdd72
commit
d5c89bf8f4
@ -9,7 +9,6 @@ import enseirb.myinpulse.service.database.ProjectService;
|
||||
import enseirb.myinpulse.service.database.UserService;
|
||||
import enseirb.myinpulse.service.database.AppointmentService;
|
||||
import enseirb.myinpulse.service.database.ReportService;
|
||||
import enseirb.myinpulse.service.UtilsService;
|
||||
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
@ -47,7 +46,7 @@ public class AdminApiService {
|
||||
this.reportService = reportService;
|
||||
}
|
||||
|
||||
// TODO: check if tests are sufficients - peer verification required
|
||||
// TODO: check if tests are sufficient - peer verification required
|
||||
public Iterable<Project> getProjectsOfAdmin(String mail) {
|
||||
return projectService.getProjectsByAdminId(
|
||||
administratorService.getAdministratorById(
|
||||
|
Loading…
x
Reference in New Issue
Block a user