Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/castello/spring_basic
/ setBirth
Method
setBirth
ch2/User.java:40–42 ·
view source on GitHub ↗
(String birth)
Source
from the content-addressed store, hash-verified
38
return
birth;
39
}
40
public
void
setBirth(String birth) {
41
this.birth = birth;
42
}
43
public
String[] getSns() {
44
return
sns;
45
}
Callers
1
selectUser
Method · 0.95
Calls
no outgoing calls
Tested by
1
selectUser
Method · 0.76