Skip to content

Commit 0e8d641

Browse files
Using JsonCreator cause generating invalid path reference in JsonMappingException
1 parent 4773b89 commit 0e8d641

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/com/fasterxml/jackson/databind/deser/TestExceptionHandlingWithDefaultDeserialization.java

-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public Bar() {
3030
public Baz getBaz() {
3131
return baz;
3232
}
33-
3433
}
3534

3635
static class Baz {
@@ -43,7 +42,6 @@ public Baz() {
4342
public String getQux() {
4443
return qux;
4544
}
46-
4745
}
4846

4947
public void testShouldThrowJsonMappingExceptionWithPathReference() throws IOException {

0 commit comments

Comments
 (0)