Skip to content
Snippets Groups Projects
Verified Commit 43d75d5c authored by Shangzhen Yang's avatar Shangzhen Yang
Browse files

Readd shangy24 method in Staff

parent ae4f190a
Branches
No related tags found
2 merge requests!164Readd shangy24 method in Staff,!156Main
Pipeline #577218 failed
......@@ -826,5 +826,15 @@ public class Staff {
"celsius picture"
);
}
public Employee shangy24() {
return new Employee(
"Shangzhen Yang",
"Student",
"Hello, World!",
"your-name.jpg",
"Wallpaper of Movie Your Name"
);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment