We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed58492 commit 48d22cfCopy full SHA for 48d22cf
1 file changed
src/test/java/tools/jackson/dataformat/xml/ser/PolymorphicExternalTest.java
@@ -45,7 +45,7 @@ public void testExternalPropertyNoDuplicate() throws Exception
45
cage.animal = new Cat();
46
47
String xml = MAPPER.writeValueAsString(cage);
48
- System.out.println("Serialized XML: " + xml);
+ //System.out.println("Serialized XML: " + xml);
49
50
// Count occurrences of "<type>" - should be exactly 1
51
int count = countOccurrences(xml, "<type>");
0 commit comments