Skip to content

Commit 9e46f9d

Browse files
committed
JavaDoc correction (#199)
1 parent 3524995 commit 9e46f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/lmdbjava/Env.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ public Dbi<T> openDbi(final byte[] name, final Comparator<T> comparator,
365365
* secondary (but uncommon) use of the comparator is to act as a callback from
366366
* the native library if <code>nativeCb</code> is <code>true</code>. This is
367367
* usually avoided due to the overhead of native code calling back into Java.
368-
* It is instead highly recommended to set the correct {@link DbiFlag}s to
368+
* It is instead highly recommended to set the correct {@link DbiFlag} to
369369
* allow the native library to correctly order the intended keys.
370370
*
371371
* <p>

0 commit comments

Comments
 (0)