()
| 12 | private Date up_date; |
| 13 | |
| 14 | public CommentDto() {} |
| 15 | public CommentDto(Integer bno, Integer pcno, String comment, String commenter) { |
| 16 | this.bno = bno; |
| 17 | this.pcno = pcno; |
nothing calls this directly
no outgoing calls
no test coverage detected