Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

Commit

Permalink
remove useless comment methods
Browse files Browse the repository at this point in the history
  • Loading branch information
MariemBaccari committed May 20, 2023
1 parent 302fbbc commit 1bf288a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions app/src/main/java/com/github/sdp/mediato/model/Comment.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,15 @@ public String getCollectionName() {
return collectionName;
}

public void setCollectionName(String collectionName) {
this.collectionName = collectionName;
}

public String getReview() {
return review;
}

public void setReview(String review) {
this.review = review;
}

public String getText() {
return text;
}

public void setText(String text) {
this.text = text;
}

public String getRefUsername() {
return refUsername;
}

public void setRefUsername(String refUsername) {
this.refUsername = refUsername;
}
}

0 comments on commit 1bf288a

Please sign in to comment.