From 407ec3dbb9ab4fbf8147c7029930c9b57ce76c57 Mon Sep 17 00:00:00 2001
From: Sam Zappa <spzappa@cs.washington.edu>
Date: Sun, 11 Feb 2024 23:32:24 -0800
Subject: [PATCH] Add missing semicolon

---
 Products.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Products.java b/Products.java
index 4e03298..03b38af 100644
--- a/Products.java
+++ b/Products.java
@@ -457,7 +457,7 @@ public class Products { /* a good class, but not as good as cse391 */
 		"waterfountain.png",
 		"Water fountain w/ water bottle filler",
 		1312.99
-	)
+	);
     }		
     public Product cvanleerProduct() {
 	return new Product(
-- 
GitLab