Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ setPwd
Method
setPwd
ch4/User.java:64–66 ·
view source on GitHub ↗
(String pwd)
Source
from the content-addressed store, hash-verified
62
}
63
64
public
void
setPwd(String pwd) {
65
this.pwd = pwd;
66
}
67
68
public
String getName() {
69
return
name;
Callers
2
selectUser
Method · 0.95
updateUser
Method · 0.95
Calls
no outgoing calls
Tested by
1
updateUser
Method · 0.76