Skip to content

Commit

Permalink
Backport test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 17, 2024
1 parent 9f34e76 commit 86399e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public CacheContainerWithBean() {
}
}

@JsonPropertyOrder({ "name", "age" })
static class Bean90 {
public String name;
public Integer age;
Expand Down

0 comments on commit 86399e0

Please sign in to comment.