MCPcopy Create free account
hub / github.com/castello/spring_basic / hashCode

Method hashCode

ch4/BoardDto.java:22–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected