Skip to content

Commit 06c68b3

Browse files
author
Graham Polley
authored
---
yaml --- r: 5281 b: refs/heads/master c: d884fc0 h: refs/heads/master i: 5279: 30712a1
1 parent 3e10808 commit 06c68b3

2 files changed

Lines changed: 2 additions & 2 deletions

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: 3da8747dad06696dc298f25b96682bac6ba0e44f
2+
refs/heads/master: d884fc0deab53ffedb3b1b69eeb5e292e56e34b1
33
refs/heads/travis: dae77e558b884bc1b165155482d76c8e40b0fca4
44
refs/heads/gh-pages: 229631582f8957646f81e92ae5a326504f48ee5b
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-bigquery/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ QueryRequest queryRequest =
189189
.build();
190190
// Request query to be executed and wait for results
191191
QueryResponse queryResponse = bigquery.query(queryRequest);
192-
while (!queryResponse.jobComplete()) {
192+
while (!queryResponse.jobCompleted()) {
193193
Thread.sleep(1000L);
194194
queryResponse = bigquery.getQueryResults(queryResponse.getJobId());
195195
}

0 commit comments

Comments
 (0)