Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/castello/spring_basic
/ setContent
Method
setContent
ch4/BoardDto.java:49–51 ·
view source on GitHub ↗
(String content)
Source
from the content-addressed store, hash-verified
47
return
content;
48
}
49
public
void
setContent(String content) {
50
this.content = content;
51
}
52
public
String getWriter() {
53
return
writer;
54
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected