Skip to content

Commit

Permalink
Fix the compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Nov 6, 2019
1 parent 4a36211 commit 76b9702
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@ public class MessageWrapper {

@NotNull private final AsyncUpdateMessageType message;

private static final TypeReference<?> MAP_TYPE = new MapTypeReference();
private static final TypeReference<Map<String, Object>> MAP_TYPE = new MapTypeReference();
private static final ObjectMapper MAPPER = new ObjectMapper();

private static class MapTypeReference extends TypeReference<Map<String, Object>> {
Expand Down

0 comments on commit 76b9702

Please sign in to comment.