Skip to content

Commit

Permalink
Merge branch '2.19'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 14, 2024
2 parents 2a28d96 + a5fffe7 commit 148585c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/* [databind#3566]: `Enum` with `JsonFormat.Shape.OBJECT` fails to deserialize using `JsonCreator.Mode.DELEGATING` ONLY
* when also has `JsonCreator.Mode.PROPERTIES` (while with Pojo does not).
*/
public class JsonCreatorModeForEnum3566
public class JsonCreatorModeForEnum3566Test
{

static class PojoA {
Expand Down

0 comments on commit 148585c

Please sign in to comment.