Skip to content
Snippets Groups Projects
Commit 491baa35 authored by Chang's avatar Chang
Browse files

mistake in Staff.java fixed

parent 2b43f1f3
No related branches found
No related tags found
1 merge request!86staff info and product created
Pipeline #576609 failed
......@@ -28,12 +28,12 @@ public class Staff {
);
}
public Employee ahminc() {
return new Employee() {
return new Employee(
"Ahmin Chang",
"Professional Broom Inspector",
"broom.PNG",
"a beautiful broom in all it's glory"
};
);
}
public Employee lwang42() {
return new Employee(
......
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