279280281282283284285286287
/** * @return the commentBroker */ public CommentBroker getCommentBroker() { if (this.commentBroker == null) { this.commentBroker = new CommentBrokerDB(); } return commentBroker; }