Skip to content

Commit 88be958

Browse files
committed
Merge branch '2.10' into 2.11
2 parents bce92b0 + 36cbb80 commit 88be958

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/fasterxml/jackson/databind/deser/creators/InnerClassCreatorTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import com.fasterxml.jackson.annotation.JsonCreator;
44
import com.fasterxml.jackson.annotation.JsonProperty;
55
import com.fasterxml.jackson.databind.*;
6+
import com.fasterxml.jackson.databind.exc.MismatchedInputException;
67

78
// For [databind#1501], [databind#1502], [databind#1503]; mostly to
89
// test that for non-static inner classes constructors are ignored

0 commit comments

Comments
 (0)