Skip to content
Snippets Groups Projects
Commit 613c2aa2 authored by Kevin Xiao's avatar Kevin Xiao
Browse files

edited files

parent ac28dcf2
No related branches found
No related tags found
1 merge request!14Kevin's Merge
Pipeline #576063 failed
...@@ -4,7 +4,7 @@ public class Products { /* a good class, but not as good as cse391 */ ...@@ -4,7 +4,7 @@ public class Products { /* a good class, but not as good as cse391 */
public Product kevinsProduct(){ public Product kevinsProduct(){
return new Product( return new Product(
"Basketball", "Basketball",
"Bouncy bouncy", "Bouncy bouncy orange ball",
"basketball.jpg", "basketball.jpg",
"Picture of a basketball", "Picture of a basketball",
42.0 42.0
......
...@@ -4,9 +4,9 @@ public class Staff { ...@@ -4,9 +4,9 @@ public class Staff {
return new Employee( return new Employee(
"Kevin", "Kevin",
"Bro", "Bro",
"Absolute chiller", "chill dude",
"kevin.jpg", "kevin.jpg",
"Photographic masterpiece" "Photo"
); );
} }
......
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