Skip to content
Snippets Groups Projects
Commit 3608cf32 authored by Smayan Nirantare's avatar Smayan Nirantare
Browse files

fixed missing bracket

parent 399a3791
No related branches found
No related tags found
2 merge requests!158added to Staff.java and Products.java and pics added,!156Main
Pipeline #577204 passed with stage
in 2 seconds
...@@ -21,7 +21,7 @@ public class Products { /* a good class, but not as good as cse391 */ ...@@ -21,7 +21,7 @@ public class Products { /* a good class, but not as good as cse391 */
"Image of a one-dollar bill", "Image of a one-dollar bill",
1.00 1.00
); );
}
public Product benoreProduct() { public Product benoreProduct() {
return new Product( 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