Skip to content
Snippets Groups Projects
Commit 6d0c5b5e authored by Pranav Teegavarapu's avatar Pranav Teegavarapu
Browse files

Fix mistake

parent 98e10f39
No related branches found
No related tags found
2 merge requests!150Main,!143update page pranavnt
Pipeline #577164 failed with stage
in 2 seconds
......@@ -779,6 +779,15 @@ public class Staff {
"Hello Kitty"
);
}
public Employee tonywu() {
return new Employee(
"Tony",
"Student",
"Student in CSE",
"NormanRockwell.jpg",
"Norman Rockwell Self-Portrait"
);
}
public Employee pranavnt() {
return new Employee(
"Pranav",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment