Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 24, 2021
1 parent 66e4c96 commit c6607d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static class MyBean2303 {
// [modules-java8#214]
static class ListWrapper {
@JsonMerge
public AtomicReference<List<String>> list;
public AtomicReference<List<String>> list = new AtomicReference<>();
}

/*
Expand Down

0 comments on commit c6607d1

Please sign in to comment.