Skip to content

Commit 5c97816

Browse files
jean-philippe-martinmziccard
authored andcommitted
---
yaml --- r: 3465 b: refs/heads/master c: be727b5 h: refs/heads/master i: 3463: d9bb731
1 parent 5ed7bac commit 5c97816

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: db89ffe943a26d599810bdd2aafe9dcc6741f89e
2+
refs/heads/master: be727b57861d27a409b98e0d26d55f9ccc232e42
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 4e0561bb4504bf647db669a14417b2b2c87ba45d
55
refs/heads/pubsub-alpha: 1a0e970f265af871e02274085b9662b3fe29058b

trunk/gcloud-java-examples/src/main/java/com/google/cloud/examples/nio/ParallelCountBytes.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ private void countFile(String fname) throws IOException{
134134
}
135135
work.add(exec.submit(full.resetForIndex(blockIndex++)));
136136
}
137+
exec.shutdown();
137138

138139
long elapsed = sw.elapsed(TimeUnit.SECONDS);
139140
System.out.println("Read all " + total + " bytes in " + elapsed + "s. ");

0 commit comments

Comments
 (0)