We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed7bac commit 5c97816Copy full SHA for 5c97816
2 files changed
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: db89ffe943a26d599810bdd2aafe9dcc6741f89e
+refs/heads/master: be727b57861d27a409b98e0d26d55f9ccc232e42
3
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
4
refs/heads/gh-pages: 4e0561bb4504bf647db669a14417b2b2c87ba45d
5
refs/heads/pubsub-alpha: 1a0e970f265af871e02274085b9662b3fe29058b
trunk/gcloud-java-examples/src/main/java/com/google/cloud/examples/nio/ParallelCountBytes.java
@@ -134,6 +134,7 @@ private void countFile(String fname) throws IOException{
134
}
135
work.add(exec.submit(full.resetForIndex(blockIndex++)));
136
137
+ exec.shutdown();
138
139
long elapsed = sw.elapsed(TimeUnit.SECONDS);
140
System.out.println("Read all " + total + " bytes in " + elapsed + "s. ");
0 commit comments