From ab1c3e886464064808f26f459eca1fdbe4e9e2af Mon Sep 17 00:00:00 2001 From: sjeyte <sjeyte@cs.washington.edu> Date: Mon, 12 Feb 2024 17:50:42 -0800 Subject: [PATCH] Added a new staff. --- Staff.java | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Staff.java b/Staff.java index 00efcc9..7bb4e72 100644 --- a/Staff.java +++ b/Staff.java @@ -640,5 +640,16 @@ public class Staff { "Picture of the McLaren F1 car" ); } + + public Employee sjeyte() { + return new Employee( + "Sulyman", + "Student", + "Academic comeback season!", + "lebron.jpeg", + "Picture of LeBron down 3-1 in the Finals." + ); + } + } -- GitLab