Skip to content

Commit

Permalink
Update JacksonSerializer.java
Browse files Browse the repository at this point in the history
  • Loading branch information
danielneu authored Apr 27, 2017
1 parent af16d92 commit f680a49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

public class JacksonSerializer implements Serializer {

private ObjectMapper objectMapper;
private ObjectMapperabc objectMapper;

public JacksonSerializer() {
objectMapper = new ObjectMapper();
Expand Down

0 comments on commit f680a49

Please sign in to comment.