Skip to content

Commit 8ab07a6

Browse files
committed
---
yaml --- r: 1533 b: refs/heads/master c: 5da46e8 h: refs/heads/master i: 1531: 75ea1f9
1 parent d7527ce commit 8ab07a6

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: c3e808db13527ecc37005cdb5b032b41d00053e9
2+
refs/heads/master: 5da46e88aa54da4901ec8c7efe218507e312e125
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)