Skip to content

Commit 96f3454

Browse files
committed
...
1 parent b254aff commit 96f3454

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/com/fasterxml/jackson/databind/jsontype/PolymorphicViaRefTypeTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ public void testOptionalWithAtomic() throws Exception
4040
TypeInfoAtomic data = new TypeInfoAtomic();
4141
data.value = new AtomicReference<BaseForAtomic>(new ImplForAtomic(42));
4242
String json = MAPPER.writeValueAsString(data);
43-
System.err.println("JSON = "+json);
4443
TypeInfoAtomic result = MAPPER.readValue(json, TypeInfoAtomic.class);
4544
assertNotNull(result);
4645
}
47-
4846
}

0 commit comments

Comments
 (0)