forked from AY2324S1-CS2103T-W09-3/tp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
yezkez
committed
Nov 11, 2023
1 parent
8a44d28
commit 35096c5
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ public static Person[] getSamplePersons() { | |
new Person(new Name("Alex Yeoh"), new Phone("87438807"), new Email("[email protected]"), | ||
new Gender("M"), new Age(21), new Ethnicity("Chinese"), | ||
new Nric("T1341367E"), new Address("Blk 30 Geylang Street 29, #06-40"), | ||
getTagSet()), | ||
getTagSet("on antibiotics")), | ||
new Person(new Name("Bernice Yu"), new Phone("99272758"), new Email("[email protected]"), | ||
new Gender("F"), new Age(16), new Ethnicity("Chinese"), | ||
new Nric("T1231437E"), new Address("Blk 30 Lorong 3 Serangoon Gardens, #07-18"), | ||
|