148149150151152153154155156157158
} else if (rooComment instanceof org.springframework.roo.classpath.details.comments.JavadocComment) { comment = new JavadocComment(); } else { comment = new BlockComment(); } comment.setContent(rooComment.getComment()); return comment;