Skip to content
Snippets Groups Projects
Commit 117dbee7 authored by Antonio Ballesteros's avatar Antonio Ballesteros
Browse files

updated fix

parent bfe91f09
No related branches found
No related tags found
1 merge request!78Made kevinh33 changes
Pipeline #576926 failed
......@@ -29,7 +29,7 @@ public class Products { /* a good class, but not as good as cse391 */
"Image of our Protein Powder product",
23.97
);
}
}
public Product yverma23sProduct() {
return new Product(
......@@ -39,7 +39,7 @@ public class Products { /* a good class, but not as good as cse391 */
"Image of black and white nikes",
105.97
);
}
}
public Product joshjyinProduct() {
return new Product(
......
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