Skip to content

Commit 1be0095

Browse files
committed
Minor stylistic changes
1 parent 13facc0 commit 1be0095

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/test/java/com/fasterxml/jackson/core/read/NumberParsingGetType1433Test.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
import org.junit.jupiter.api.Test;
44

5-
import com.fasterxml.jackson.core.JUnit5TestBase;
6-
import com.fasterxml.jackson.core.JsonFactory;
7-
import com.fasterxml.jackson.core.JsonParseException;
8-
import com.fasterxml.jackson.core.JsonParser;
9-
import com.fasterxml.jackson.core.JsonToken;
5+
import com.fasterxml.jackson.core.*;
106
import com.fasterxml.jackson.core.exc.StreamReadException;
117

128
import static org.junit.jupiter.api.Assertions.assertEquals;
@@ -78,5 +74,4 @@ private void _verifyGetNumberTypeFail(JsonParser p, String token) throws Excepti
7874
verifyException(e, "Current token ("+token+") not numeric, can not use numeric");
7975
}
8076
}
81-
8277
}

0 commit comments

Comments
 (0)