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