From de3cf1d3acdd5d4e8cce3108a346120b1c5b0643 Mon Sep 17 00:00:00 2001 From: Chaitanya Sekhar <cscs24@cs.washington.edu> Date: Mon, 12 Feb 2024 14:12:31 -0800 Subject: [PATCH] Update bio to staff page and product to products page --- Products.java | 2 +- Staff.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Products.java b/Products.java index 072aebb..4c6bcfe 100644 --- a/Products.java +++ b/Products.java @@ -508,7 +508,7 @@ public class Products { /* a good class, but not as good as cse391 */ ); } - public Product ccsekhar20Product() { + public Product cscs24Product() { return new Product( "Coffee", "Good coffee", diff --git a/Staff.java b/Staff.java index 1712229..1afe97c 100644 --- a/Staff.java +++ b/Staff.java @@ -539,7 +539,7 @@ public class Staff { ); } - public Employee ccsekhar20() { + public Employee cscs24() { return new Employee( "Chaitanya", "Student", -- GitLab