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

Fixed compiler issues

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