Skip to content
Snippets Groups Projects
Commit 04a50fe6 authored by Akshita Amarnath's avatar Akshita Amarnath
Browse files

Will this fix?

parent e35e2d54
No related branches found
No related tags found
2 merge requests!149Main into my branch,!136Akshiam staff page
Pipeline #577108 failed with stage
in 2 seconds
File added
......@@ -39,7 +39,7 @@ public class Products { /* a good class, but not as good as cse391 */
99999999999.99
);
}
public Product akshiamProduct(){
public Product akshitasProduct() {
return new Product(
"Lake",
"Pretty lake by the mountains",
......
......@@ -184,7 +184,7 @@ public class Staff {
);
}
public Employee akshiam(){
public Employee akshiam() {
return new Employee(
"Akshita",
"Student",
......
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