Skip to content

Commit dd51a68

Browse files
committed
Correct JavaDocs in CursorIterator (#105)
1 parent 7cf8f02 commit dd51a68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/lmdbjava/CursorIterator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
*
4242
* <p>
4343
* If iterating over keys stored with {@link DbiFlags#MDB_INTEGERKEY} you must
44-
* provide a Java iterator when constructing the {@link Dbi} or this class. It
45-
* is more efficient to use an iterator only with this class, as this avoids
44+
* provide a Java comparator when constructing the {@link Dbi} or this class. It
45+
* is more efficient to use a comparator only with this class, as this avoids
4646
* LMDB calling back into Java code to perform the integer key comparison.
4747
*
4848
* @param <T> buffer type

0 commit comments

Comments
 (0)