Skip to content

Commit 522144c

Browse files
committed
...
1 parent 5845399 commit 522144c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/tools/jackson/databind/jsontype/NoTypeInfo1654Test.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public Value1654UntypedContainer(Value1654... v) {
5252
static class Value1654Deserializer extends ValueDeserializer<Value1654> {
5353
@Override
5454
public Value1654 deserialize(JsonParser p, DeserializationContext ctxt) {
55+
//JsonNode n = ctxt.readTree(p);
5556
p.skipChildren();
5657
return new Value1654(13);
5758
}

0 commit comments

Comments
 (0)