Skip to content
Snippets Groups Projects
Commit e3d56002 authored by Jessie Sun's avatar Jessie Sun
Browse files

fixing function paratheses

parent c0f75ad8
No related branches found
No related tags found
1 merge request!129Jsun16 staff page
Pipeline #577078 passed with stage
in 3 seconds
......@@ -714,7 +714,7 @@ public class Products { /* a good class, but not as good as cse391 */
"Electric Heating Pad for Neck and Shoulder",
68.00
);
}
public Product azitabProduct() {
return new Product(
"Cinnamon Roll Plushie",
......
......@@ -740,7 +740,7 @@ public class Staff {
"Solana_Beach_bluffs.jpeg",
"Picture of Solana Beach, San Diego"
);
}
public Employee azitab() {
return new Employee(
"Azita",
......
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