Skip to content
Snippets Groups Projects
Commit c11609a5 authored by Sriram Kutty's avatar Sriram Kutty
Browse files

Sriram's changes

parent 64ba1963
No related branches found
No related tags found
1 merge request!23Added new product and staff
Pipeline #576102 failed
......@@ -110,7 +110,6 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
<<<<<<< HEAD
public Product yixuan19Product(){
return new Product (
"Goomba",
......@@ -118,7 +117,7 @@ public class Products { /* a good class, but not as good as cse391 */
"Avatar.png",
"Picture of Gawr Gura",
114514.0
=======
public Product skuttyProduct() {
return new Product(
"Rake",
......@@ -126,7 +125,6 @@ public class Products { /* a good class, but not as good as cse391 */
"rake.jpg",
"image of a rake",
5959.59
>>>>>>> skutty_staff_page
);
}
}
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