this.getRatingDAO().updateRating(rating);
}
this.notifyEvent(null, commentId, ContentFeedbackChangedEvent.COMMENT_RATING, ContentFeedbackChangedEvent.INSERT_OPERATION_CODE);
} catch (Throwable t) {
ApsSystemUtils.logThrowable(t, this, "addRatingToComment");
throw new ApsSystemException("Error add rating to comment", t);
}
}