in src/main/java/com/example/blog/entities/Post.java [37:39]
public void setComment(Set<Comment> comment) { this.comment = comment; }