Skip to content

Commit 1147a03

Browse files
committed
...
1 parent 3ff282a commit 1147a03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/tools/jackson/dataformat/xml/ser/RawValueSerializationTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
public class RawValueSerializationTest extends XmlTestUtil
1515
{
1616
@JsonPropertyOrder({ "id", "raw" })
17-
static class RawWrapper {
17+
public static class RawWrapper {
1818
public int id = 42;
1919

2020
@JsonRawValue
@@ -30,7 +30,7 @@ static class RawWrapper {
3030
private final XmlMapper MAPPER = newMapper();
3131

3232
@Test
33-
public void testRawValueSerialization() throws Exception
33+
void testRawValueSerialization() throws Exception
3434
{
3535
assertEquals("<RawWrapper>"
3636
+"<id>42</id>"

0 commit comments

Comments
 (0)