Skip to content
Snippets Groups Projects
Commit a14c7d20 authored by Kevin Hernandez's avatar Kevin Hernandez
Browse files

Tried generating fixes

parent 3552dd53
No related branches found
No related tags found
1 merge request!78Made kevinh33 changes
Pipeline #576568 failed with stage
in 2 seconds
......@@ -10,6 +10,7 @@ public class Products { /* a good class, but not as good as cse391 */
150.00
);
}
public Product evanlousProduct() {
return new Product(
"Dorito Piece",
......
......@@ -8,7 +8,8 @@ public class Staff {
"silly_dino.png",
"My silly cat"
);
}
}
public Employee evanlou() {
return new Employee(
"Evan Lou",
......
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