Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbae committed Apr 8, 2019
1 parent bc4b2de commit df46585
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public void testActivityIDPooled() throws Exception {
CountDownLatch latchPoolOuterThread = new CountDownLatch(1);
Thread t = new Thread(new Runnable() {
CountDownLatch latchPool = new CountDownLatch(numPooledExecution);

public void run() {
HikariDataSource ds = new HikariDataSource(config);
es.execute(() -> {
Expand Down

0 comments on commit df46585

Please sign in to comment.