Skip to content

Commit 315c38c

Browse files
committed
---
yaml --- r: 1661 b: refs/heads/master c: 6955bf4 h: refs/heads/master i: 1659: 7d3ebf7
1 parent c63bfe9 commit 315c38c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

  • trunk/gcloud-java-bigquery/src/main/java/com/google/gcloud/bigquery

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 35026105fa0e80bd4fd8b2891d2c5df29821945f
2+
refs/heads/master: 6955bf48c1feec0063fe93bb91e1102cb554ec0c
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: d1b373c30c176edc08692348167bec3a244bb823
55
refs/heads/bigquery: 762fa5830e6c398c0396177e3e7fd243bd62cfc3

trunk/gcloud-java-bigquery/src/main/java/com/google/gcloud/bigquery/Table.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ public InsertAllResponse insert(Iterable<InsertAllRequest.RowToInsert> rows,
213213
* @param options table data list options
214214
* @throws BigQueryException upon failure
215215
*/
216-
public Page<List<FieldValue>> list(BigQuery.TableDataListOption... options) throws BigQueryException {
216+
public Page<List<FieldValue>> list(BigQuery.TableDataListOption... options)
217+
throws BigQueryException {
217218
return bigquery.listTableData(tableId(), options);
218219
}
219220

0 commit comments

Comments
 (0)