Skip to content

Commit 9c06bb9

Browse files
authored
Update NumberBeanTest.java
1 parent 275f844 commit 9c06bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cbor/src/test/java/com/fasterxml/jackson/dataformat/cbor/mapper/NumberBeanTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
import java.math.BigDecimal;
55
import java.math.BigInteger;
66

7-
import com.fasterxml.jackson.annotation.JsonCreator;
87
import org.junit.jupiter.api.Test;
98

9+
import com.fasterxml.jackson.annotation.JsonCreator;
1010
import com.fasterxml.jackson.annotation.JsonUnwrapped;
1111
import com.fasterxml.jackson.core.JsonParser.NumberType;
1212
import com.fasterxml.jackson.core.JsonToken;

0 commit comments

Comments
 (0)