Skip to content

Commit 6135f36

Browse files
committed
---
yaml --- r: 1529 b: refs/heads/master c: 7c0a746 h: refs/heads/master i: 1527: 433d9df
1 parent a62ae63 commit 6135f36

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • trunk
    • 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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: b8ce8d2cb460e0a8071afa9cd6f081244dae44aa
2+
refs/heads/master: 7c0a746d9851dd5d993b542cd5fcc693e0a54169
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/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) {

trunk/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)