Skip to content

Commit b60e7d0

Browse files
committed
DirectBufferProxy constructor should be private
1 parent 57b1b5b commit b60e7d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/org/lmdbjava/DirectBufferProxy.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ public final class DirectBufferProxy extends BufferProxy<DirectBuffer> {
5656
private static final ThreadLocal<OneToOneConcurrentArrayQueue<DirectBuffer>> BUFFERS
5757
= withInitial(() -> new OneToOneConcurrentArrayQueue<>(16));
5858

59+
private DirectBufferProxy() {
60+
}
61+
5962
/**
6063
* Lexicographically compare two buffers.
6164
*

0 commit comments

Comments
 (0)