Skip to content

Commit

Permalink
Fix a failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 17, 2024
1 parent 1f0123f commit 62ad0e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public CacheContainerWithBean() {
}
}

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

0 comments on commit 62ad0e5

Please sign in to comment.