We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b1b5b commit b60e7d0Copy full SHA for b60e7d0
src/main/java/org/lmdbjava/DirectBufferProxy.java
@@ -56,6 +56,9 @@ public final class DirectBufferProxy extends BufferProxy<DirectBuffer> {
56
private static final ThreadLocal<OneToOneConcurrentArrayQueue<DirectBuffer>> BUFFERS
57
= withInitial(() -> new OneToOneConcurrentArrayQueue<>(16));
58
59
+ private DirectBufferProxy() {
60
+ }
61
+
62
/**
63
* Lexicographically compare two buffers.
64
*
0 commit comments