mirror of
https://github.com/stleary/JSON-java.git
synced 2026-05-20 00:00:59 -04:00
successful test
This commit is contained in:
@@ -10,6 +10,7 @@ public class RecursiveBean {
|
||||
private Object reference;
|
||||
public String getName() { return name; }
|
||||
public Object getRef() {return reference;}
|
||||
public void setRef(Object refObj) {reference = refObj;}
|
||||
|
||||
public RecursiveBean(String name) {
|
||||
this.name = name;
|
||||
|
||||
Reference in New Issue
Block a user