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 3e95f1e commit b5c30daCopy full SHA for b5c30da
src/main/java/org/jsl/collider/DataBlock.java
@@ -21,7 +21,7 @@
21
22
import java.nio.ByteBuffer;
23
24
-class DataBlock
+public class DataBlock
25
{
26
public DataBlock next;
27
public final ByteBuffer wr;
src/main/java/org/jsl/collider/DataBlockCache.java
@@ -24,7 +24,7 @@
import java.util.logging.Level;
import java.util.logging.Logger;
-class DataBlockCache
+public class DataBlockCache
28
29
private final boolean m_useDirectBuffers;
30
private final int m_blockSize;
0 commit comments