public Set getComment()

in src/main/java/com/example/blog/entities/Post.java [33:35]


    public Set<Comment> getComment() {
        return comment;
    }