Resolve errors
This commit is contained in:
@@ -190,26 +190,24 @@ public class Message {
|
||||
this.receiver_name = receiver_name;
|
||||
}
|
||||
|
||||
public LocalDateTime getEdited_at() {
|
||||
return edited_at;
|
||||
}
|
||||
public LocalDateTime getEdited_at() {
|
||||
return edited_at;
|
||||
}
|
||||
|
||||
public void setEdited_at(LocalDateTime edited_at) {
|
||||
this.edited_at = edited_at;
|
||||
}
|
||||
|
||||
public void setIs_deleted_globally(boolean is_deleted_globally) {
|
||||
this.is_deleted_globally = is_deleted_globally;
|
||||
}
|
||||
|
||||
public boolean getIs_deleted_globally() {
|
||||
return is_deleted_globally;
|
||||
}
|
||||
|
||||
public void setEdited_at(LocalDateTime edited_at) {
|
||||
this.edited_at = edited_at;
|
||||
}
|
||||
|
||||
public LocalDateTime getEdited_at() {
|
||||
return edited_at;
|
||||
}
|
||||
//
|
||||
// public void setEdited_at(LocalDateTime edited_at) {
|
||||
// this.edited_at = edited_at;
|
||||
// }
|
||||
//
|
||||
// public LocalDateTime getEdited_at() {
|
||||
// return edited_at;
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user