Skip to content

Commit daa0361

Browse files
committed
Merge branch '2.16' of github.com:FasterXML/jackson-databind into 2.16
2 parents 8ea0aa8 + 093d6da commit daa0361

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/test-jdk14/java/com/fasterxml/jackson/databind/failing/RecordDeserialization3906Test.java

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,8 @@
1818
* <a href="https://github.com/FasterXML/jackson-databind/issues/3906">
1919
* [databind#3906]: Regression: 2.15.0 breaks deserialization for records when mapper.setVisibility(ALL, NONE);</a>
2020
*/
21-
public class RecordDeserialization3906Test extends BaseMapTest {
22-
23-
/*
24-
/**********************************************************
25-
/* Set up
26-
/**********************************************************
27-
*/
28-
21+
public class RecordDeserialization3906Test extends BaseMapTest
22+
{
2923
record Record3906(String string, int integer) {
3024
}
3125

@@ -72,7 +66,7 @@ public void testEmptyJsonToRecordActualImpl() throws JsonProcessingException {
7266
/*
7367
/**********************************************************
7468
/* Passing Tests : Suggested work-arounds
75-
/* for future modifications
69+
/* for future modifications
7670
/**********************************************************
7771
*/
7872

0 commit comments

Comments
 (0)