()
| 89 | } |
| 90 | |
| 91 | @Override |
| 92 | public String toString() { |
| 93 | return "CommentDto{" + |
| 94 | "cno=" + cno + |
| 95 | ", bno=" + bno + |
| 96 | ", pcno=" + pcno + |
| 97 | ", comment='" + comment + '\'' + |
| 98 | ", commenter='" + commenter + '\'' + |
| 99 | ", reg_date=" + reg_date + |
| 100 | ", up_date=" + up_date + |
| 101 | '}'; |
| 102 | } |
| 103 | } |
nothing calls this directly
no outgoing calls
no test coverage detected