Skip to content

Commit

Permalink
Merge pull request cribbstechnologies#5 from Enalmada/patch-1
Browse files Browse the repository at this point in the history
Update src/main/java/com/cribbstechnologies/clients/mandrill/model/respo...
  • Loading branch information
cribbstechnologies committed Feb 19, 2013
2 parents fa2a3dd + 81cbbce commit 5cd2c3b
Showing 1 changed file with 2 additions and 0 deletions.
@@ -1,7 +1,9 @@
package com.cribbstechnologies.clients.mandrill.model.response.templates;

import org.codehaus.jackson.annotate.JsonIgnoreProperties;
import com.cribbstechnologies.clients.mandrill.model.response.BaseMandrillResponse;

@JsonIgnoreProperties(ignoreUnknown=true)
public class TemplateResponse extends BaseMandrillResponse {

String id;
Expand Down

0 comments on commit 5cd2c3b

Please sign in to comment.