/** * <code>return new Comment(string);</code> * @param string * @return */ public Comment makeComment(String string) { return new Comment(string); }