From a280c88c64d5cfcbbf9f91890eb1c024f1eb7473 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 1 Nov 2015 22:35:36 +0100 Subject: [PATCH] Added more comments --- Dorkbox-Util/src/dorkbox/util/storage/DiskStorage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dorkbox-Util/src/dorkbox/util/storage/DiskStorage.java b/Dorkbox-Util/src/dorkbox/util/storage/DiskStorage.java index b26f03c..4994945 100644 --- a/Dorkbox-Util/src/dorkbox/util/storage/DiskStorage.java +++ b/Dorkbox-Util/src/dorkbox/util/storage/DiskStorage.java @@ -31,7 +31,7 @@ import java.util.concurrent.locks.ReentrantLock; /** * Nothing spectacular about this storage -- it allows for persistent storage of objects to disk. *

- * Be wary of opening the database file in different instances. Even with file-locks, you can corrupt the data. + * Be wary of opening the database file in different JVM instances. Even with file-locks, you can corrupt the data. */ @SuppressWarnings("unused") public