File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/test/java/com/fasterxml/jackson/core/read Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
import java .math .BigDecimal ;
8
8
import java .math .BigInteger ;
9
9
10
+ import org .junit .jupiter .api .Test ;
11
+
10
12
import com .fasterxml .jackson .core .*;
11
13
12
- import org .junit .jupiter .api .Test ;
13
14
import com .fasterxml .jackson .core .exc .InputCoercionException ;
14
15
import com .fasterxml .jackson .core .io .NumberInput ;
15
16
import com .fasterxml .jackson .core .json .JsonReadFeature ;
22
23
*/
23
24
@ SuppressWarnings ("resource" )
24
25
class NumberParsingTest
25
- extends JUnit5TestBase
26
+ extends JUnit5TestBase
26
27
{
27
28
protected JsonFactory jsonFactory () {
28
29
return sharedStreamFactory ();
@@ -33,7 +34,7 @@ protected JsonFactory jsonFactory() {
33
34
34
35
/*
35
36
/**********************************************************************
36
- /* Tests, Boolean
37
+ /* Tests, Boolean (why here?)
37
38
/**********************************************************************
38
39
*/
39
40
You can’t perform that action at this time.
0 commit comments