File tree 1 file changed +3
-9
lines changed
src/test-jdk14/java/com/fasterxml/jackson/databind/failing
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 18
18
* <a href="https://github.com/FasterXML/jackson-databind/issues/3906">
19
19
* [databind#3906]: Regression: 2.15.0 breaks deserialization for records when mapper.setVisibility(ALL, NONE);</a>
20
20
*/
21
- public class RecordDeserialization3906Test extends BaseMapTest {
22
-
23
- /*
24
- /**********************************************************
25
- /* Set up
26
- /**********************************************************
27
- */
28
-
21
+ public class RecordDeserialization3906Test extends BaseMapTest
22
+ {
29
23
record Record3906 (String string , int integer ) {
30
24
}
31
25
@@ -72,7 +66,7 @@ public void testEmptyJsonToRecordActualImpl() throws JsonProcessingException {
72
66
/*
73
67
/**********************************************************
74
68
/* Passing Tests : Suggested work-arounds
75
- /* for future modifications
69
+ /* for future modifications
76
70
/**********************************************************
77
71
*/
78
72
You can’t perform that action at this time.
0 commit comments