예제 #1
0
 /**
  * Return the last comments
  *
  * @return
  */
 public List<CommentActivity> listLastComments() {
   return historyService.listLastCommentsByUser(currentUser);
 }