Minor changes in SciProApplication.properties and code cleanup in ControllerImpl.

This commit is contained in:
Emil Siverhall 2011-08-05 10:25:17 +02:00
parent d70fdee6a5
commit 9fe7bfc5be
2 changed files with 4 additions and 7 deletions
src/main/java/se/su/dsv/scipro

@ -1,3 +1,5 @@
# Properties used by the NotificationControllerImpl.
# Web notifications:
conferencePost.webNotification = ${firstName} ${lastName} posted on conference "{0}".
pm.webNotification = ${firstName} ${lastName} wrote a private message to you.

@ -320,11 +320,6 @@ public class NotificationControllerImpl implements NotificationController {
supervisorReviewUrl, NotificationPriority.MEDIUM);
}
/**
* TODO Rewrite
*
* @param review
*/
public void notifyOfReviewRating(PeerReview review) {
String webNotificationMessage = new StringResourceModel("reviewRated.webNotification", null).getString();