Skip to content

Commit

Permalink
Fixing test pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
allenc3 committed Jun 17, 2020
1 parent 2452039 commit c1ceb60
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -426,7 +426,6 @@ public Long call()
responses.add(executor.submit(callable));
}
for (Future<Long> response : responses) {
// response.get();
try {
response.get();
} catch (ExecutionException e) {
Expand Down

0 comments on commit c1ceb60

Please sign in to comment.