184185186187188189190191192
} @Override public CommentService getCommentService() { if (commentService == null) { commentService = new CommentServiceImpl(); } return commentService; }