Skip to content

Commit 8d0ddc1

Browse files
committed
Removed email property (#134).
1 parent 5487b3d commit 8d0ddc1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/main/java/org/gitlab4j/api/models/Member.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ public class Member {
1313

1414
private AccessLevel accessLevel;
1515
private Date createdAt;
16-
private String email;
1716
private Integer id;
1817
private String name;
1918
private String state;
@@ -35,14 +34,6 @@ public void setCreatedAt(Date createdAt) {
3534
this.createdAt = createdAt;
3635
}
3736

38-
public String getEmail() {
39-
return this.email;
40-
}
41-
42-
public void setEmail(String email) {
43-
this.email = email;
44-
}
45-
4637
public Integer getId() {
4738
return this.id;
4839
}

0 commit comments

Comments
 (0)