Esempio n. 1
0
 /**
  * update comment's recipient email (assume to be a student)
  *
  * @param courseId
  * @param oldStudentEmail
  * @param updatedStudentEmail
  */
 public void updateStudentEmail(
     String courseId, String oldStudentEmail, String updatedStudentEmail) {
   commentsDb.updateStudentEmail(courseId, oldStudentEmail, updatedStudentEmail);
 }