Skip to content

Commit 76c3a9c

Browse files
committed
...
1 parent f8f4cdb commit 76c3a9c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
import java.math.BigDecimal;
88
import java.math.BigInteger;
99

10+
import org.junit.jupiter.api.Test;
11+
1012
import com.fasterxml.jackson.core.*;
1113

12-
import org.junit.jupiter.api.Test;
1314
import com.fasterxml.jackson.core.exc.InputCoercionException;
1415
import com.fasterxml.jackson.core.io.NumberInput;
1516
import com.fasterxml.jackson.core.json.JsonReadFeature;
@@ -22,7 +23,7 @@
2223
*/
2324
@SuppressWarnings("resource")
2425
class NumberParsingTest
25-
extends JUnit5TestBase
26+
extends JUnit5TestBase
2627
{
2728
protected JsonFactory jsonFactory() {
2829
return sharedStreamFactory();
@@ -33,7 +34,7 @@ protected JsonFactory jsonFactory() {
3334

3435
/*
3536
/**********************************************************************
36-
/* Tests, Boolean
37+
/* Tests, Boolean (why here?)
3738
/**********************************************************************
3839
*/
3940

0 commit comments

Comments
 (0)