Skip to content

Commit 5b9e6e5

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 1983 b: refs/heads/pubsub-alpha c: 9394d28 h: refs/heads/master i: 1981: d0a4630 1979: 0e257b9 1975: c35cf87 1967: 4fae53b 1951: d3ecfdb 1919: 381e89d
1 parent f65dafa commit 5b9e6e5

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ refs/heads/master: 689bbb466df4b2d5d2483d6edb8ac5c7c7f7c6fa
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 4e0561bb4504bf647db669a14417b2b2c87ba45d
55
refs/heads/bigquery: 762fa5830e6c398c0396177e3e7fd243bd62cfc3
6-
refs/heads/pubsub-alpha: e063bc5707ae1cac53f8d2ec0d3d971dd94e617e
6+
refs/heads/pubsub-alpha: 9394d2819d2c92dc3421d986846c101d5e65f7ac
77
refs/heads/resource-manager: ebf4adc5ee835cd2086c4ac5b4e78d01a5a005a7
88
refs/heads/update-datastore: 482954f2c5055231e5b3122ea91d2ba00ce8187c
99
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

branches/pubsub-alpha/gcloud-java-datastore/src/test/java/com/google/gcloud/datastore/SerializationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ public class SerializationTest {
135135
public void testServiceOptions() throws Exception {
136136
DatastoreOptions options =
137137
DatastoreOptions.builder()
138-
.authCredentials(AuthCredentials.createApplicationDefaults())
139138
.normalizeDataset(false)
140139
.projectId("ds1")
141140
.build();

branches/pubsub-alpha/gcloud-java-storage/src/test/java/com/google/gcloud/storage/SerializationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ public void testServiceOptions() throws Exception {
7676
StorageOptions options =
7777
StorageOptions.builder()
7878
.projectId("p1")
79-
.authCredentials(AuthCredentials.createApplicationDefaults())
8079
.build();
8180
StorageOptions serializedCopy = serializeAndDeserialize(options);
8281
assertEquals(options, serializedCopy);

0 commit comments

Comments
 (0)