Skip to content

Commit

Permalink
Merge branch '2.19'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 7, 2024
2 parents 225e0a0 + 89b944b commit 821664e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
import tools.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import tools.jackson.dataformat.xml.annotation.JacksonXmlProperty;

// For [dataformat-xml#27]
public class ConflictingGetters27Test extends XmlTestBase
{
// [dataformat-xml#27]
@JsonRootName("output")
static class Bean {
public BeanInfo[] beanInfo;
Expand Down Expand Up @@ -43,10 +45,11 @@ public BeanInfo() { }

/*
/**********************************************************************
/* Unit tests
/* Test methods
/**********************************************************************
*/

// [dataformat-xml#27]
public void testIssue27() throws Exception
{
XmlMapper mapper = new XmlMapper();
Expand Down

0 comments on commit 821664e

Please sign in to comment.