We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc6daa commit 3dacf6eCopy full SHA for 3dacf6e
src/main/java/org/lmdbjava/BufferProxy.java
@@ -100,8 +100,7 @@ public abstract class BufferProxy<T> { // NOPMD
100
101
/**
102
* 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()}.
+ * buffer.
105
*
106
* @param buffer the buffer to write to <code>MDB_val</code>
107
* @param size the buffer size to write to <code>MDB_val</code>
0 commit comments