Skip to content

Commit 718f162

Browse files
committed
Fix EnvFlags JavaDocs (#141)
1 parent e27914a commit 718f162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/lmdbjava/EnvFlags.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy