forked from nus-cs2103-AY2122S1/tp
-
Notifications
You must be signed in to change notification settings - Fork 5
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
1 parent
31caad5
commit 4673157
Showing
1 changed file
with
1 addition
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -188,7 +188,7 @@ public static Person[] getSamplePersons() { | |
getTagSet(), | ||
Optional.of(new Interview("2021-07-30, 17:20")), | ||
Optional.of(new Notes("She is extremely qualified but just lacks the experience." | ||
+ "She could be an asset to the company with under the right guidance."))), | ||
+ "She could be an asset to the company under the right guidance."))), | ||
new Person(new Name("Raze Balakrishnan"), new Phone("82452617"), | ||
new Email("[email protected]"), | ||
new Role("Demolition Expert"), | ||
|