Skip to content

Commit 37da85c

Browse files
author
Henrique Cabral
committed
Removed unused assignment
1 parent abdfc59 commit 37da85c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/zendesk/client/v2/model/Collaborator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ public Collaborator() {
1717

1818
protected Collaborator(String name) {
1919
this.name = name;
20-
this.email = email;
2120
}
2221

2322
public Collaborator(String name, String email) {

0 commit comments

Comments
 (0)