Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/castello/spring_basic
/ setPwd
Method
setPwd
ch2/User.java:22–24 ·
view source on GitHub ↗
(String pwd)
Source
from the content-addressed store, hash-verified
20
return
pwd;
21
}
22
public
void
setPwd(String pwd) {
23
this.pwd = pwd;
24
}
25
public
String getName() {
26
return
name;
27
}
Callers
1
selectUser
Method · 0.95
Calls
no outgoing calls
Tested by
1
selectUser
Method · 0.76