Skip to content

Commit 35b0a9d

Browse files
committed
Tidy code
1 parent 4249566 commit 35b0a9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/org/lmdbjava/CursorIterablePerfTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import static org.lmdbjava.PutFlags.MDB_NOOVERWRITE;
2323
import static org.lmdbjava.TestUtils.bb;
2424

25-
import java.io.IOException;
2625
import java.nio.ByteBuffer;
2726
import java.nio.charset.StandardCharsets;
2827
import java.time.Duration;
@@ -44,7 +43,7 @@ class CursorIterablePerfTest {
4443
private Env<ByteBuffer> env;
4544

4645
@BeforeEach
47-
public void before() throws IOException {
46+
public void before() {
4847
tempDir = new TempDir();
4948
final BufferProxy<ByteBuffer> bufferProxy = ByteBufferProxy.PROXY_OPTIMAL;
5049
env =

0 commit comments

Comments
 (0)