From aa4bdb79aba3e5842b2488def1a3f0624e145437 Mon Sep 17 00:00:00 2001 From: abhishekngen <32245193+abhishekngen@users.noreply.github.com> Date: Sun, 24 Sep 2017 18:30:06 +0100 Subject: [PATCH] Added Database comments --- src/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.java b/src/Main.java index 172b03b..c122311 100644 --- a/src/Main.java +++ b/src/Main.java @@ -29,7 +29,7 @@ public class Main extends JFrame implements Runnable, MouseListener, MouseMotion public static Chess chess; /** - * A variable for keeping the database connection. + * A variable for keeping the database connection. This holds all the various chess board piece positions. */ private static Database db;