diff --git a/app/src/main/java/com/example/android/friendlychat/FriendlyMessage.java b/app/src/main/java/com/example/android/friendlychat/FriendlyMessage.java index 6d25aec..70efd25 100644 --- a/app/src/main/java/com/example/android/friendlychat/FriendlyMessage.java +++ b/app/src/main/java/com/example/android/friendlychat/FriendlyMessage.java @@ -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;