Skip to content

Commit

Permalink
chore: spotless apply
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Nov 21, 2022
1 parent dd878d9 commit 5d90c1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/org/sqlite/JDBCTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import static org.assertj.core.api.Assertions.*;

import java.io.File;
import java.io.PrintWriter;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
Expand Down Expand Up @@ -271,7 +270,7 @@ public void jdbcHammer() throws Exception {
// helper methods -----------------------------------------------------------------

private SQLiteDataSource createDatasourceWithExplicitReadonly() {
// DriverManager.setLogWriter(new PrintWriter(System.out));
// DriverManager.setLogWriter(new PrintWriter(System.out));
SQLiteConfig config = new SQLiteConfig();
config.setExplicitReadOnly(true);
config.setBusyTimeout(10000);
Expand Down

0 comments on commit 5d90c1f

Please sign in to comment.