Skip to content

Commit 81cbbce

Browse files
committed
Update src/main/java/com/cribbstechnologies/clients/mandrill/model/response/templates/TemplateResponse.java
Ignore unknown properties to avoid api change errors
1 parent 0b7df0e commit 81cbbce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/cribbstechnologies/clients/mandrill/model/response/templates/TemplateResponse.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
package com.cribbstechnologies.clients.mandrill.model.response.templates;
22

3+
import org.codehaus.jackson.annotate.JsonIgnoreProperties;
34
import com.cribbstechnologies.clients.mandrill.model.response.BaseMandrillResponse;
45

6+
@JsonIgnoreProperties(ignoreUnknown=true)
57
public class TemplateResponse extends BaseMandrillResponse {
68

79
String id;

0 commit comments

Comments
 (0)