Skip to content

Commit

Permalink
Fix bad renaming (went to 2.17 instead of master)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 11, 2024
1 parent 90f48fb commit 7da4860
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package tools.jackson.dataformat.xml.jdk17;
package com.fasterxml.jackson.dataformat.xml.jdk17;

import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.Stream;

import tools.jackson.dataformat.xml.XmlMapper;
import tools.jackson.dataformat.xml.XmlTestBase;
import com.fasterxml.jackson.dataformat.xml.XmlMapper;
import com.fasterxml.jackson.dataformat.xml.XmlTestBase;

public class Java17CollectionsTest extends XmlTestBase
{
Expand Down

0 comments on commit 7da4860

Please sign in to comment.