diff --git a/src/main/java/seedu/address/model/util/SampleDataUtil.java b/src/main/java/seedu/address/model/util/SampleDataUtil.java index cf7a5dd6fe04..ce9690af009d 100644 --- a/src/main/java/seedu/address/model/util/SampleDataUtil.java +++ b/src/main/java/seedu/address/model/util/SampleDataUtil.java @@ -38,7 +38,7 @@ public static Person[] getSamplePersons() { new JobApplied("Software Engineer"), new Rating(4.3, 4.8, 4.0, 4.1), - new Resume(formPathFromFileName("alex.pdf")), new InterviewDate(1540814400L), + new Resume(null), new InterviewDate(1540814400L), new Status(), getTagSet("friends")), new Person(new Name("Bernice Yu"), new Phone("99272758"), new Email("berniceyu@example.com"), new Address("Blk 30 Lorong 3 Serangoon Gardens, #07-18"), new ExpectedGraduationYear("2019"), @@ -55,7 +55,7 @@ public static Person[] getSamplePersons() { new JobApplied("Software Tester"), new Rating(4.5, 3, 4.5, 2.5), - new Resume(formPathFromFileName("char.pdf")), new InterviewDate(), new Status(5), + new Resume(null), new InterviewDate(), new Status(5), getTagSet("neighbours")), new Person(new Name("David Li"), new Phone("91031282"), new Email("lidavid@example.com"), new Address("Blk 436 Serangoon Gardens Street 26, #16-43"), new ExpectedGraduationYear("2020"),