Skip to content
Snippets Groups Projects
Commit a088569d authored by Chaitanya Sekhar's avatar Chaitanya Sekhar
Browse files

New bio to staff page and product to products page

parent a95b01ff
Branches isaacwu_staff_page
No related tags found
1 merge request!100New bio to staff page and product to products page
Pipeline #576813 passed
......@@ -508,7 +508,7 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product cscs24Product() {
public Product ccsekhar20Product() {
return new Product(
"Coffee",
"Good coffee",
......
......@@ -539,7 +539,7 @@ public class Staff {
);
}
public Employee cscs24() {
public Employee ccsekhar20() {
return new Employee(
"Chaitanya",
"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