104105106107108109110111
final PhdParticipant participant = juryElement.getParticipant(); if (!juryElement.getReporter().booleanValue()) { continue; } new PhdReporterReviewAlert(process.getIndividualProgramProcess(), participant); } }