Skip to content

Commit 5253e21

Browse files
committed
---
yaml --- r: 2663 b: refs/heads/update-datastore c: 5da46e8 h: refs/heads/master i: 2661: fb296a1 2659: 926ce0d 2655: f0d5938
1 parent bf9609c commit 5253e21

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • branches/update-datastore
    • gcloud-java-bigquery/src/main/java/com/google/gcloud/bigquery
    • gcloud-java-storage/src/main/java/com/google/gcloud/storage

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/gh-pages: 4e0561bb4504bf647db669a14417b2b2c87ba45d
55
refs/heads/bigquery: 762fa5830e6c398c0396177e3e7fd243bd62cfc3
66
refs/heads/pubsub-alpha: 1a0e970f265af871e02274085b9662b3fe29058b
77
refs/heads/resource-manager: ebf4adc5ee835cd2086c4ac5b4e78d01a5a005a7
8-
refs/heads/update-datastore: c3e808db13527ecc37005cdb5b032b41d00053e9
8+
refs/heads/update-datastore: 5da46e88aa54da4901ec8c7efe218507e312e125
99
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
1010
refs/tags/v0.0.10: 207ebd2a3472fddee69fe1298eb90429e3306efd
1111
refs/tags/v0.0.11: ffbfba48a6426ff63c08ff2117e58681f251fbf2

branches/update-datastore/gcloud-java-bigquery/src/main/java/com/google/gcloud/bigquery/Dataset.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ private static class LazyTableIterable implements Iterable<Table>, Serializable
6969
private static final long serialVersionUID = 3312744215731674032L;
7070

7171
private final BigQueryOptions options;
72-
private Iterable<BaseTableInfo> infoIterable;
72+
private final Iterable<BaseTableInfo> infoIterable;
7373
private transient BigQuery bigquery;
7474

7575
public LazyTableIterable(BigQueryOptions options, Iterable<BaseTableInfo> infoIterable) {

branches/update-datastore/gcloud-java-storage/src/main/java/com/google/gcloud/storage/Bucket.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ private static class LazyBlobIterable implements Iterable<Blob>, Serializable {
8181
private static final long serialVersionUID = -3092290247725378832L;
8282

8383
private final StorageOptions options;
84-
private Iterable<BlobInfo> infoIterable;
84+
private final Iterable<BlobInfo> infoIterable;
8585
private transient Storage storage;
8686

8787
public LazyBlobIterable(StorageOptions options, Iterable<BlobInfo> infoIterable) {

0 commit comments

Comments
 (0)