From a088569d979c87a1728d51e89fa9d4516aeed698 Mon Sep 17 00:00:00 2001 From: Chaitanya Sekhar <cscs24@cs.washington.edu> Date: Mon, 12 Feb 2024 14:35:50 -0800 Subject: [PATCH] New 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 952cd0f..c0bbeac 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 cscs24Product() { + public Product ccsekhar20Product() { return new Product( "Coffee", "Good coffee", diff --git a/Staff.java b/Staff.java index 9bf3baa..5656c55 100644 --- a/Staff.java +++ b/Staff.java @@ -539,7 +539,7 @@ public class Staff { ); } - public Employee cscs24() { + public Employee ccsekhar20() { return new Employee( "Chaitanya", "Student", -- GitLab