We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46309fa commit 80becf3Copy full SHA for 80becf3
src/test/java/com/fasterxml/jackson/dataformat/xml/lists/TestUnwrappedDeserIssue86.java renamed to src/test/java/com/fasterxml/jackson/dataformat/xml/lists/NestedUnwrappedLists86Test.java
@@ -11,7 +11,7 @@
11
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
12
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
13
14
-public class TestUnwrappedDeserIssue86 extends XmlTestBase
+public class NestedUnwrappedLists86Test extends XmlTestBase
15
{
16
@JacksonXmlRootElement(localName = "test")
17
public static class Issue86 {
0 commit comments