Skip to content

Commit 90f48fb

Browse files
committed
...
1 parent 57974d2 commit 90f48fb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
package com.fasterxml.jackson.dataformat.xml.jdk17;
1+
package tools.jackson.dataformat.xml.jdk17;
22

33
import java.util.List;
44
import java.util.stream.Collectors;
55
import java.util.stream.Stream;
66

7-
import com.fasterxml.jackson.dataformat.xml.XmlMapper;
8-
import com.fasterxml.jackson.dataformat.xml.XmlTestBase;
7+
import tools.jackson.dataformat.xml.XmlMapper;
8+
import tools.jackson.dataformat.xml.XmlTestBase;
99

1010
public class Java17CollectionsTest extends XmlTestBase
1111
{
12-
1312
private final XmlMapper _xmlMapper = new XmlMapper();
1413

1514
public void testStreamOf()

0 commit comments

Comments
 (0)