Skip to content

Commit 4a46172

Browse files
committed
---
yaml --- r: 3811 b: refs/heads/pubsub-alpha c: 47aae51 h: refs/heads/master i: 3809: 773f049 3807: 67dfc84
1 parent 9d32dd6 commit 4a46172

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 36a62ef856d199f8efd09501b5ba65c422c01f23
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 7406918e071dd2c5677a638ae2a06e7592b6542c
5-
refs/heads/pubsub-alpha: 0d794eaf55f61ad3156d3ecbce9b64562e870868
5+
refs/heads/pubsub-alpha: 47aae517c2cb33f1dccd909adaced73ec9d0f4df
66
refs/heads/update-datastore: 47aae517c2cb33f1dccd909adaced73ec9d0f4df
77
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
88
refs/tags/v0.0.10: 207ebd2a3472fddee69fe1298eb90429e3306efd

branches/pubsub-alpha/gcloud-java-datastore/src/main/java/com/google/gcloud/datastore/DatastoreOptions.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ public class DatastoreOptions extends ServiceOptions<Datastore, DatastoreRpc, Da
3535

3636
private static final long serialVersionUID = 5056049000758143852L;
3737
private static final String DATASTORE_SCOPE = "https://www.googleapis.com/auth/datastore";
38-
private static final String USERINFO_SCOPE = "https://www.googleapis.com/auth/userinfo.email";
39-
private static final Set<String> SCOPES = ImmutableSet.of(DATASTORE_SCOPE, USERINFO_SCOPE);
38+
private static final Set<String> SCOPES = ImmutableSet.of(DATASTORE_SCOPE);
4039

4140
private final String namespace;
4241
private final boolean normalizeDataset;

0 commit comments

Comments
 (0)