Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/castello/spring_basic
/ getColor
Method
getColor
ch2/Car.java:5–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
public
class
Car {
4
private
String color =
"red"
;
5
public
String getColor() {
return
color; }
6
}
7
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected