File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/lmdbjava Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ public enum EnvFlags implements MaskedFlag {
5757 */
5858 MDB_RDONLY_ENV (0x2_0000 ),
5959 /**
60- * Use a writeable memory map unless {@link #MDB_RDONLY } is set.
60+ * Use a writeable memory map unless {@link #MDB_RDONLY_ENV } is set.
6161 *
6262 * <p>
6363 * This is faster and uses fewer mallocs, but loses protection from
@@ -73,7 +73,7 @@ public enum EnvFlags implements MaskedFlag {
7373 * <p>
7474 * Flush system buffers to disk only once per transaction, omit the metadata
7575 * flush. Defer that until the system flushes files to disk, or next
76- * non-{@link #MDB_RDONLY } commit or {@link Env#sync(boolean)}. This
76+ * non-{@link #MDB_RDONLY_ENV } commit or {@link Env#sync(boolean)}. This
7777 * optimization* maintains database integrity, but a system crash may undo the
7878 * last* committed transaction. I.e. it preserves the ACI (atomicity,
7979 * consistency, isolation) but not D (durability) database property.
You can’t perform that action at this time.
0 commit comments