Skip to content

Commit af57050

Browse files
committed
---
yaml --- r: 4567 b: refs/heads/logging-alpha c: 93810ca h: refs/heads/master i: 4565: f358033 4563: 37a2695 4559: 745075b
1 parent 61bbcad commit af57050

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212
refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313
refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
1414
refs/heads/gcs-nio: 283aeaf15efdcf3621eb6859f05e55ad7764375d
15-
refs/heads/logging-alpha: 3930ff95ac243f13ab30a7ef7a8bcb13ae5ce9c7
15+
refs/heads/logging-alpha: 93810ca74ca1ff26fc86dc03125fb9381076576b
1616
refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717
refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0
1818
refs/tags/v0.1.2: 3eb3fe866ba22487686048f45d927b8c8638ea3f

branches/logging-alpha/gcloud-java-bigquery/src/main/java/com/google/gcloud/bigquery/FieldValue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
import static com.google.common.base.Preconditions.checkState;
2121

2222
import com.google.api.client.util.Data;
23-
import com.google.api.client.util.Lists;
2423
import com.google.common.base.Function;
2524
import com.google.common.base.MoreObjects;
25+
import com.google.common.collect.Lists;
2626

2727
import java.io.Serializable;
2828
import java.util.List;

branches/logging-alpha/gcloud-java-storage/src/test/java/com/google/gcloud/storage/it/ITStorageTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
import static org.junit.Assert.assertTrue;
2626
import static org.junit.Assert.fail;
2727

28-
import com.google.api.client.util.Lists;
2928
import com.google.common.collect.ImmutableList;
3029
import com.google.common.collect.ImmutableMap;
3130
import com.google.common.collect.ImmutableSet;
31+
import com.google.common.collect.Lists;
3232
import com.google.gcloud.Page;
3333
import com.google.gcloud.ReadChannel;
3434
import com.google.gcloud.RestorableState;

0 commit comments

Comments
 (0)