MCPcopy Create free account
hub / github.com/castello/spring_basic / setYear

Method setYear

ch2/MyDate.java:12–14  ·  view source on GitHub ↗
(int year)

Source from the content-addressed store, hash-verified

10 }
11
12 public void setYear(int year) {
13 this.year = year;
14 }
15
16 public int getMonth() {
17 return month;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected