Commit 8d0ddc1c authored by Greg Messner's avatar Greg Messner
Browse files

Removed email property (#134).

parent 5487b3d3
......@@ -13,7 +13,6 @@ public class Member {
private AccessLevel accessLevel;
private Date createdAt;
private String email;
private Integer id;
private String name;
private String state;
......@@ -35,14 +34,6 @@ public class Member {
this.createdAt = createdAt;
}
public String getEmail() {
return this.email;
}
public void setEmail(String email) {
this.email = email;
}
public Integer getId() {
return this.id;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment