Added more comments

This commit is contained in:
nathan 2015-11-01 22:35:36 +01:00
parent f414da3d91
commit a280c88c64

View File

@ -31,7 +31,7 @@ import java.util.concurrent.locks.ReentrantLock;
/** /**
* Nothing spectacular about this storage -- it allows for persistent storage of objects to disk. * Nothing spectacular about this storage -- it allows for persistent storage of objects to disk.
* <p/> * <p/>
* 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") @SuppressWarnings("unused")
public public