Skip to content

Commit 3c7b243

Browse files
committed
Organize imports
Signed-off-by: Joern Bernhardt <[email protected]>
1 parent fd8d731 commit 3c7b243

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

src/main/java/io/vertx/ext/asyncsql/impl/BaseSQLClient.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import com.github.mauricio.async.db.Configuration;
2020
import com.github.mauricio.async.db.Connection;
2121
import io.netty.buffer.PooledByteBufAllocator;
22-
import io.netty.util.CharsetUtil;
2322
import io.vertx.core.AsyncResult;
2423
import io.vertx.core.Future;
2524
import io.vertx.core.Handler;

src/test/java/io/vertx/ext/asyncsql/MySQLClientTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import io.vertx.core.Handler;
2121
import io.vertx.core.json.JsonArray;
2222
import io.vertx.core.json.JsonObject;
23-
import io.vertx.ext.sql.ResultSet;
2423
import io.vertx.ext.sql.SQLConnection;
2524
import io.vertx.ext.sql.UpdateResult;
2625
import io.vertx.ext.unit.Async;

src/test/java/io/vertx/ext/asyncsql/PostgreSQLClientTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616

1717
package io.vertx.ext.asyncsql;
1818

19-
import com.github.mauricio.async.db.QueryResult;
2019
import io.vertx.core.AsyncResult;
2120
import io.vertx.core.Handler;
2221
import io.vertx.core.json.JsonArray;
2322
import io.vertx.core.json.JsonObject;
2423
import io.vertx.ext.sql.ResultSet;
2524
import io.vertx.ext.sql.SQLConnection;
26-
import io.vertx.ext.sql.UpdateResult;
2725
import io.vertx.ext.unit.Async;
2826
import io.vertx.ext.unit.TestContext;
2927
import org.junit.Before;

src/test/java/io/vertx/ext/asyncsql/PostgreSQLTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,8 @@
2121
import io.vertx.ext.sql.ResultSet;
2222
import io.vertx.ext.unit.Async;
2323
import io.vertx.ext.unit.TestContext;
24-
import io.vertx.ext.unit.junit.VertxUnitRunner;
25-
import io.vertx.test.core.VertxTestBase;
2624
import org.junit.Before;
2725
import org.junit.Test;
28-
import org.junit.runner.RunWith;
29-
30-
import java.util.concurrent.CountDownLatch;
3126

3227
/**
3328
* @author <a href="http://www.campudus.com">Joern Bernhardt</a>.

0 commit comments

Comments
 (0)