Skip to content

Commit

Permalink
Using JsonCreator cause generating invalid path reference in JsonMapp…
Browse files Browse the repository at this point in the history
…ingException
  • Loading branch information
Kamil-Benedykcinski committed May 20, 2015
1 parent 4773b89 commit 0e8d641
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public Bar() {
public Baz getBaz() {
return baz;
}

}

static class Baz {
Expand All @@ -43,7 +42,6 @@ public Baz() {
public String getQux() {
return qux;
}

}

public void testShouldThrowJsonMappingExceptionWithPathReference() throws IOException {
Expand Down

0 comments on commit 0e8d641

Please sign in to comment.