Skip to content

Commit

Permalink
Add Default Constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
irfankhoirul committed Jul 4, 2017
1 parent 905a0f2 commit a7da88a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ public BasePojo[] newArray(int size) {
@Expose
protected String updatedAt;

public BasePojo() {
}

protected BasePojo(Parcel in) {
id = in.readInt();
createdAt = in.readString();
Expand Down

0 comments on commit a7da88a

Please sign in to comment.