public void setId()

in src/main/java/com/example/blog/entities/Comment.java [65:67]


    public void setId(Long id) {
        this.id = id;
    }