File tree Expand file tree Collapse file tree 4 files changed +0
-9
lines changed
main/java/io/vertx/ext/asyncsql/impl
test/java/io/vertx/ext/asyncsql Expand file tree Collapse file tree 4 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 1919import com .github .mauricio .async .db .Configuration ;
2020import com .github .mauricio .async .db .Connection ;
2121import io .netty .buffer .PooledByteBufAllocator ;
22- import io .netty .util .CharsetUtil ;
2322import io .vertx .core .AsyncResult ;
2423import io .vertx .core .Future ;
2524import io .vertx .core .Handler ;
Original file line number Diff line number Diff line change 2020import io .vertx .core .Handler ;
2121import io .vertx .core .json .JsonArray ;
2222import io .vertx .core .json .JsonObject ;
23- import io .vertx .ext .sql .ResultSet ;
2423import io .vertx .ext .sql .SQLConnection ;
2524import io .vertx .ext .sql .UpdateResult ;
2625import io .vertx .ext .unit .Async ;
Original file line number Diff line number Diff line change 1616
1717package io .vertx .ext .asyncsql ;
1818
19- import com .github .mauricio .async .db .QueryResult ;
2019import io .vertx .core .AsyncResult ;
2120import io .vertx .core .Handler ;
2221import io .vertx .core .json .JsonArray ;
2322import io .vertx .core .json .JsonObject ;
2423import io .vertx .ext .sql .ResultSet ;
2524import io .vertx .ext .sql .SQLConnection ;
26- import io .vertx .ext .sql .UpdateResult ;
2725import io .vertx .ext .unit .Async ;
2826import io .vertx .ext .unit .TestContext ;
2927import org .junit .Before ;
Original file line number Diff line number Diff line change 2121import io .vertx .ext .sql .ResultSet ;
2222import io .vertx .ext .unit .Async ;
2323import io .vertx .ext .unit .TestContext ;
24- import io .vertx .ext .unit .junit .VertxUnitRunner ;
25- import io .vertx .test .core .VertxTestBase ;
2624import org .junit .Before ;
2725import 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>.
You can’t perform that action at this time.
0 commit comments