MCPcopy Create free account
hub / github.com/GCMiner/GCMiner / setAge

Method setAge

src/test/java/examples/Student.java:9–11  ·  view source on GitHub ↗
(int age)

Source from the content-addressed store, hash-verified

7 }
8
9 public void setAge(int age) {
10 this.age = age;
11 }
12
13 private int age;
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected