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

Commit35b0a9d

Browse files
committed
Tidy code
1 parent4249566 commit35b0a9d

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
importstaticorg.lmdbjava.PutFlags.MDB_NOOVERWRITE;
2323
importstaticorg.lmdbjava.TestUtils.bb;
2424

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

4645
@BeforeEach
47-
publicvoidbefore()throwsIOException{
46+
publicvoidbefore() {
4847
tempDir =newTempDir();
4948
finalBufferProxy<ByteBuffer>bufferProxy =ByteBufferProxy.PROXY_OPTIMAL;
5049
env =

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp