()
| 75 | } |
| 76 | |
| 77 | @Override |
| 78 | public String toString() { |
| 79 | return "BoardDto{" + |
| 80 | "bno=" + bno + |
| 81 | ", title='" + title + '\'' + |
| 82 | ", content='" + content + '\'' + |
| 83 | ", writer='" + writer + '\'' + |
| 84 | ", view_cnt=" + view_cnt + |
| 85 | ", comment_cnt=" + comment_cnt + |
| 86 | ", reg_date=" + reg_date + |
| 87 | '}'; |
| 88 | } |
| 89 | } |
nothing calls this directly
no outgoing calls
no test coverage detected