Skip to content

Commit

Permalink
Update Record.java
Browse files Browse the repository at this point in the history
Add toString() method in Record.java.
  • Loading branch information
longnguyentan committed Oct 13, 2023
1 parent 35930ef commit d3c9e47
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/seedu/address/model/patient/Record.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,4 @@ public String toString() {
.add("treatmentPlan", treatmentPlan)
.toString();
}


}

0 comments on commit d3c9e47

Please sign in to comment.