Skip to content

Commit

Permalink
Minor import stmt clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 3, 2024
1 parent 9416c5f commit 2445f78
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
import java.util.Map;
import java.util.regex.Matcher;

import org.junit.Test;

import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.exc.MismatchedInputException;
import org.junit.Test;

import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.databind.DeserializationFeature;
Expand All @@ -22,7 +23,6 @@

import static com.fasterxml.jackson.datatype.jsr310.deser.InstantDeserializer.ISO8601_COLONLESS_OFFSET_REGEX;
import static org.junit.Assert.*;
import static org.junit.Assert.assertNull;
import static org.junit.Assume.assumeTrue;

public class InstantDeserTest extends ModuleTestBase
Expand Down

0 comments on commit 2445f78

Please sign in to comment.