227228229230231232233
c.setIgnorable(true); return c; } public Comment createComment(String text) { return new CommentEvent(text); }