Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,7 @@ public void setText(String text) {
this.text = text;
}

public String getName() {
return name;
}

public void setName(String name) {
this.name = name;
}

public String getPhotoUrl() {
return photoUrl;
}


public void setPhotoUrl(String photoUrl) {
this.photoUrl = photoUrl;
Expand Down