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 4249566 commit 35b0a9dCopy full SHA for 35b0a9d
src/test/java/org/lmdbjava/CursorIterablePerfTest.java
@@ -22,7 +22,6 @@
22
import static org.lmdbjava.PutFlags.MDB_NOOVERWRITE;
23
import static org.lmdbjava.TestUtils.bb;
24
25
-import java.io.IOException;
26
import java.nio.ByteBuffer;
27
import java.nio.charset.StandardCharsets;
28
import java.time.Duration;
@@ -44,7 +43,7 @@ class CursorIterablePerfTest {
44
43
private Env<ByteBuffer> env;
45
46
@BeforeEach
47
- public void before() throws IOException {
+ public void before() {
48
tempDir = new TempDir();
49
final BufferProxy<ByteBuffer> bufferProxy = ByteBufferProxy.PROXY_OPTIMAL;
50
env =
0 commit comments