Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb60e7d0

Browse files
committed
DirectBufferProxy constructor should be private
1 parent57b1b5b commitb60e7d0

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
privatestaticfinalThreadLocal<OneToOneConcurrentArrayQueue<DirectBuffer>>BUFFERS
5757
=withInitial(() ->newOneToOneConcurrentArrayQueue<>(16));
5858

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp