Skip to content
Snippets Groups Projects
Commit 6e26a840 authored by Isaac Wu's avatar Isaac Wu
Browse files

Fixed compiler issues

parent 4a2cf53f
Branches isaacwu_staff_page
No related tags found
1 merge request!15Added Isaac
Pipeline #576064 passed
......@@ -77,7 +77,8 @@ public class Products { /* a good class, but not as good as cse391 */
"rolling grass fields, blue skies, white clouds",
100000
);
}
public Product aamangusProduct() {
return new Product(
"Broody Chicken",
......
......@@ -96,6 +96,7 @@ public class Staff {
"icon.jpeg",
"angrily studying"
);
}
public Employee aamangus() {
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