Skip to content

Commit

Permalink
Merge branch '2.19' into joohyukkim/2.19/547-isolate-junit4
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder authored Jan 14, 2025
2 parents b103f0e + dacbaf5 commit f69516a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.fasterxml.jackson.dataformat.avro.failing;
package com.fasterxml.jackson.dataformat.avro.tofix;

import java.io.*;
import java.nio.file.Files;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.fasterxml.jackson.dataformat.avro.failing;
package com.fasterxml.jackson.dataformat.avro.tofix;

import org.junit.jupiter.api.Test;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.fasterxml.jackson.dataformat.ion.failing;
package com.fasterxml.jackson.dataformat.ion.tofix;

import org.junit.jupiter.api.Test;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.fasterxml.jackson.dataformat.protobuf.failing;
package com.fasterxml.jackson.dataformat.protobuf.tofix;

import java.io.StringReader;

Expand Down

0 comments on commit f69516a

Please sign in to comment.