From a62773f7dad7d62208b174b35fcde59c85db3913 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 18 Apr 2015 01:04:19 +0200 Subject: Cleanup, checked UML class diagram, added diagram to TeX --- Week9/src/com/camilstaps/shop/Database.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Week9/src/com/camilstaps/shop/Database.java') diff --git a/Week9/src/com/camilstaps/shop/Database.java b/Week9/src/com/camilstaps/shop/Database.java index b04eaf5..8344bca 100644 --- a/Week9/src/com/camilstaps/shop/Database.java +++ b/Week9/src/com/camilstaps/shop/Database.java @@ -37,6 +37,9 @@ public class Database { /** * Files to store the database + * Considering backups, it's nicer to have different objects stored in + * different files, so that if the Orders file breaks, we still have the + * Users, etc. */ private final File FILE_DB = new File("./db"); private final File FILE_USERS = new File("./db/users.db"); -- cgit v1.2.3