Comment createComment(String text)

Source

Comment createComment(String text) {
  return new Comment(text);
}