Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 10, 2024
1 parent 57974d2 commit 90f48fb
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
package com.fasterxml.jackson.dataformat.xml.jdk17;
package tools.jackson.dataformat.xml.jdk17;

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

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

This comment has been minimized.

Copy link
@JooHyukKim

JooHyukKim Oct 10, 2024

Member

Checks failing after this commit against 2.17.
Seems to be mistaken with master here? @cowtowncoder

This comment has been minimized.

Copy link
@cowtowncoder

cowtowncoder Oct 11, 2024

Author Member

Ugh. Yes, I somehow made the change to wrong branch... :-(


public class Java17CollectionsTest extends XmlTestBase
{

private final XmlMapper _xmlMapper = new XmlMapper();

public void testStreamOf()
Expand Down

0 comments on commit 90f48fb

Please sign in to comment.