Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/castello/spring_basic
/ setMonth
Method
setMonth
ch2/MyDate.java:20–22 ·
view source on GitHub ↗
(int month)
Source
from the content-addressed store, hash-verified
18
}
19
20
public
void
setMonth(
int
month) {
21
this.month = month;
22
}
23
24
public
int
getDay() {
25
return
day;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected