forked from nus-cs2103-AY1819S2/addressbook-level4
-
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.
Merge pull request nus-cs2103-AY1819S2#76 from DMGREENHOUSE/master
Hello again Travis
- Loading branch information
Showing
3 changed files
with
71 additions
and
71 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,28 +48,28 @@ public static Person[] getSamplePersons() { | |
getTagSet(Arrays.asList("Java", "JavaScript", "Excel", "Hadoop", "Market Analysis"), Arrays.asList( | ||
"Software ", "Engineer", "Financial Analyst"), | ||
Arrays.asList("Jeff Bezos", "Warren Buffett"))), | ||
new Person(new Name("Susan McDonald"), new Phone("35810495"), new Email("[email protected]"), | ||
new Education("Yale"), new Gpa("4"), new Address("32 Independence Way, New York NY"), | ||
getTagSet(Arrays.asList("Java", "HTML", "CSS", "JavaScript", "Swift"), Arrays.asList("Front " | ||
+ "End Specialist", "UI Developer", "Project Manager"), Arrays.asList("Jeff Bezos"))), | ||
new Person(new Name("Susan McDonald"), new Phone("35810495"), new Email("[email protected]"), | ||
new Education("Yale"), new Gpa("4"), new Address("32 Independence Way, New York NY"), | ||
getTagSet(Arrays.asList("Java", "HTML", "CSS", "JavaScript", "Swift"), Arrays.asList("Front " | ||
+ "End Specialist", "UI Developer", "Project Manager"), Arrays.asList("Jeff Bezos"))), | ||
new Person(new Name("Tony Stark"), new Phone("92874639"), new Email("[email protected]"), | ||
new Education("MIT"), new Gpa("4"), new Address("911 Avengers Way, New York NY"), | ||
getTagSet(Arrays.asList("Java", "Electrical Engineering", "MATLab", "Software Development", | ||
"Leadership", "Presentation Skills"), Arrays.asList("Software Engineer", "Project Manager"), | ||
Arrays.asList("Stan Lee"))), | ||
new Person(new Name("Bruce Wayne"), new Phone("92875639"), new Email("[email protected]"), | ||
new Education("Stanford"), new Gpa("4"), new Address("1 Wayne Manor, New York NY"), | ||
getTagSet(Arrays.asList("Hardware Testing", "Business Analysis", "Finance", "Cyber Crime"), | ||
Arrays.asList("Project Consultant", "Crime Analyst"), Arrays.asList("Thomas Wayne"))), | ||
new Person(new Name("Peter Parker"), new Phone("92874339"), new Email("[email protected]"), | ||
new Education("Brooklyn High School"), new Gpa("4"), new Address("99 Sunflower Dr, Brooklyn " | ||
+ "NY"), getTagSet(Arrays.asList( "Electrical Engineering", "Java", "Python", | ||
"Design", "Photography"), Arrays.asList("Advanced Graphics Designer", "Software " | ||
+ "Testing"), Arrays.asList("Stan Lee"))), | ||
new Person(new Name("Claire Smith"), new Phone("98765432"), new Email("[email protected]"), | ||
new Education("Oxford"), new Gpa("3"), new Address("12 Biscuits Way, Oxford"), | ||
getTagSet(Arrays.asList("C#", "PHP", "Linux", "C++", "Finance"), Arrays.asList("Systems " | ||
+ "Analyst"), Arrays.asList("Elon Musk"))), | ||
new Person(new Name("Bruce Wayne"), new Phone("92875639"), new Email("[email protected]"), | ||
new Education("Stanford"), new Gpa("4"), new Address("1 Wayne Manor, New York NY"), | ||
getTagSet(Arrays.asList("Hardware Testing", "Business Analysis", "Finance", "Cyber Crime"), | ||
Arrays.asList("Project Consultant", "Crime Analyst"), Arrays.asList("Thomas Wayne"))), | ||
new Person(new Name("Peter Parker"), new Phone("92874339"), new Email("[email protected]"), | ||
new Education("Brooklyn High School"), new Gpa("4"), new Address("99 Sunflower Dr, Brooklyn " | ||
+ "NY"), getTagSet(Arrays.asList("Electrical Engineering", "Java", "Python", | ||
"Design", "Photography"), Arrays.asList("Advanced Graphics Designer", "Software " | ||
+ "Testing"), Arrays.asList("Stan Lee"))), | ||
new Person(new Name("Claire Smith"), new Phone("98765432"), new Email("[email protected]"), | ||
new Education("Oxford"), new Gpa("3"), new Address("12 Biscuits Way, Oxford"), | ||
getTagSet(Arrays.asList("C#", "PHP", "Linux", "C++", "Finance"), Arrays.asList("Systems " | ||
+ "Analyst"), Arrays.asList("Elon Musk"))), | ||
new Person(new Name("Roy Balakrishnan"), new Phone("92624417"), new Email("[email protected]"), | ||
new Education("NUS"), new Gpa("3"), new Address("Blk 45 Aljunied Street 85, #11-31"), | ||
getTagSet(Arrays.asList("Swift", "Java", "Linux", "Operating Systems", "Graphic Design", | ||
|
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