Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/castello/spring_basic
/ toString
Method
toString
ch2/MyDate.java:32–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
@Override
33
public
String toString() {
34
return
String.format(
"[year=%d, month=%d, day=%d]"
, year, month, day);
35
}
36
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected