Skip to content

Commit

Permalink
Revert Weight Wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Oct 28, 2020
1 parent 15b4f1f commit b36431b
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public class WeightWrapper implements Serializable {
private DateTime updatedWeightDate;
private boolean today;
private String dob;
private Integer outOfCatchment;

public String getId() {
return id;
Expand Down Expand Up @@ -119,12 +118,4 @@ public String getDob() {
public void setDob(String dob) {
this.dob = dob;
}

public Integer getOutOfCatchment() {
return outOfCatchment;
}

public void setOutOfCatchment(Integer outOfCatchment) {
this.outOfCatchment = outOfCatchment;
}
}

0 comments on commit b36431b

Please sign in to comment.