Skip to content

Commit

Permalink
Add id setter
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony (Juntao) Hu committed Dec 5, 2021
1 parent 6ce3bb9 commit ce2cdd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/java/com/amigo/user/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ public String getId() {
return id;
}

public void setId(String id) {
this.id = id;
}

/**
* Returns a user's email
Expand Down

0 comments on commit ce2cdd5

Please sign in to comment.