Skip to content

Commit 3dacf6e

Browse files
committed
JavaDoc correction
1 parent ffc6daa commit 3dacf6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/lmdbjava/BufferProxy.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ public abstract class BufferProxy<T> { // NOPMD
100100

101101
/**
102102
* Called when the <code>MDB_val</code> should be set to reflect the passed
103-
* buffer. This buffer will have been created by end users, not
104-
* {@link #allocate()}.
103+
* buffer.
105104
*
106105
* @param buffer the buffer to write to <code>MDB_val</code>
107106
* @param size the buffer size to write to <code>MDB_val</code>

0 commit comments

Comments
 (0)