public Post getPost()

in src/main/java/com/example/blog/entities/Comment.java [53:55]


    public Post getPost() {
        return post;
    }