public Post getPost()

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


    public Post getPost() {
        return post;
    }