MCPcopy Create free account
hub / github.com/Firebasky/Java / Person

Method Person

SnakeYaml/src/main/java/learn/Person.java:9–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 public String name;
8
9 public Person(){
10 }
11 public Person(String name){
12 System.out.println(name);
13 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected