fixed java 8 compile
This commit is contained in:
parent
c7728d2fb3
commit
640211649c
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public class ExamProctoringServiceFactory {
|
|||
public ExamProctoringServiceFactory(final Collection<ExamProctoringService> proctorServices) {
|
||||
this.services = new EnumMap<>(proctorServices
|
||||
.stream()
|
||||
.collect(Collectors.toMap(
|
||||
.collect(Collectors.<ExamProctoringService, ServerType, ExamProctoringService> toMap(
|
||||
s -> s.getType(),
|
||||
Function.identity())));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue