コード例 #1
0
 @Override
 public CommentSummary getCommentById(long taskId, long commentId) {
   return CommentSummaryHelper.adapt(taskService.getCommentById(taskId, commentId));
 }