Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hackweek' of github.com:twitter/ambrose into hackweek
Browse files Browse the repository at this point in the history
  • Loading branch information
sagemintblue committed Apr 5, 2013
2 parents 20c2a9c + 5baf6ff commit 2f42100
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions common/src/main/java/com/twitter/ambrose/model/Event.java
Expand Up @@ -54,7 +54,6 @@ public static enum WorkflowProgressField {
}

private int id;
@JsonIgnore
private Type type;
private long timestamp;
private T payload;
Expand Down Expand Up @@ -86,8 +85,8 @@ public static Event<?> fromJson(String json) throws IOException {
}

/**
* Helper method to create instances of the proper event. It is the reposibility of the caller to
* assure that their types are aligned with
* Helper method to create instances of the proper event. It is the responsibility of the caller
* to assure that their types are aligned with the object passed.
* @param type
* @param data
* @return
Expand Down

0 comments on commit 2f42100

Please sign in to comment.