()
| 20 | } |
| 21 | |
| 22 | @Override |
| 23 | public int hashCode() { |
| 24 | return Objects.hash(bno, title, content, writer); |
| 25 | } |
| 26 | |
| 27 | public BoardDto() { this("","",""); } |
| 28 | public BoardDto(String title, String content, String writer){ |
nothing calls this directly
no outgoing calls
no test coverage detected