Skip to content

Commit 9079124

Browse files
committed
few more checkstyles changes
1 parent 8c62676 commit 9079124

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/test/java/org/lmdbjava/TxnTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,21 @@
2525
import java.io.IOException;
2626
import java.nio.ByteBuffer;
2727
import static java.nio.ByteBuffer.allocateDirect;
28-
28+
import static java.nio.charset.StandardCharsets.UTF_8;
2929
import java.util.ArrayList;
3030
import java.util.List;
31-
import static java.nio.charset.StandardCharsets.UTF_8;
3231
import java.util.concurrent.atomic.AtomicLong;
3332
import static org.hamcrest.CoreMatchers.is;
3433
import static org.hamcrest.CoreMatchers.not;
3534
import static org.hamcrest.CoreMatchers.notNullValue;
3635
import static org.hamcrest.CoreMatchers.nullValue;
3736
import static org.hamcrest.MatcherAssert.assertThat;
3837
import org.junit.After;
38+
import static org.junit.Assert.assertEquals;
3939
import org.junit.Before;
4040
import org.junit.Rule;
4141
import org.junit.Test;
4242
import org.junit.rules.TemporaryFolder;
43-
import static org.junit.Assert.assertEquals;
4443
import org.lmdbjava.Dbi.BadValueSizeException;
4544
import static org.lmdbjava.DbiFlags.MDB_CREATE;
4645
import org.lmdbjava.Env.AlreadyClosedException;

0 commit comments

Comments
 (0)