File tree Expand file tree Collapse file tree 2 files changed +4
-66
lines changed
jsonb-generator/src/test/java/io/avaje/jsonb/generator/models/valid Expand file tree Collapse file tree 2 files changed +4
-66
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ public class TestClass {
1919
2020 private List <String > list ;
2121
22- private TestNestedClass nested ;
2322
2423 public String getS () {
2524 return s ;
@@ -61,15 +60,11 @@ public void setChara(Character chara) {
6160 this .chara = chara ;
6261 }
6362
64- public TestNestedClass getNested () {
65- return nested ;
63+ public List < String > getList () {
64+ return list ;
6665 }
6766
68- public void setNested ( TestNestedClass nested ) {
69- this .nested = nested ;
67+ public void setList ( List < String > list ) {
68+ this .list = list ;
7069 }
71-
72- public List <String > getList (){return list ;}
73-
74- public void setList (List <String > list ){this .list = list ;}
7570}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments