From 613c2aa28883d8cc816833d82c4b1e43e33b841b Mon Sep 17 00:00:00 2001 From: Kevin <xckevin@cs.washington.edu> Date: Tue, 6 Feb 2024 14:14:27 -0800 Subject: [PATCH] edited files --- Products.java | 2 +- Staff.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Products.java b/Products.java index 759096a..beb01a9 100644 --- a/Products.java +++ b/Products.java @@ -4,7 +4,7 @@ public class Products { /* a good class, but not as good as cse391 */ public Product kevinsProduct(){ return new Product( "Basketball", - "Bouncy bouncy", + "Bouncy bouncy orange ball", "basketball.jpg", "Picture of a basketball", 42.0 diff --git a/Staff.java b/Staff.java index 04de580..6835e3e 100644 --- a/Staff.java +++ b/Staff.java @@ -4,9 +4,9 @@ public class Staff { return new Employee( "Kevin", "Bro", - "Absolute chiller", + "chill dude", "kevin.jpg", - "Photographic masterpiece" + "Photo" ); } -- GitLab