code cleanup
This commit is contained in:
parent
643c565b73
commit
9a9ad6e840
1 changed files with 2 additions and 1 deletions
|
@ -147,7 +147,8 @@ public class ExamConfigUpdateServiceImpl implements ExamConfigUpdateService {
|
||||||
|
|
||||||
// release the update-locks on involved exams
|
// release the update-locks on involved exams
|
||||||
for (final Long examId : examIdsFirstCheck) {
|
for (final Long examId : examIdsFirstCheck) {
|
||||||
this.examDAO.releaseLock(examId, updateId)
|
this.examDAO
|
||||||
|
.releaseLock(examId, updateId)
|
||||||
.onError(t -> log.error("Failed to release lock for Exam: {}", examId, t));
|
.onError(t -> log.error("Failed to release lock for Exam: {}", examId, t));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue