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