Skip to content

Commit 288c0b6

Browse files
committed
---
yaml --- r: 3217 b: refs/heads/master c: 47aae51 h: refs/heads/master i: 3215: c8b95c2
1 parent 64379ae commit 288c0b6

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 0d794eaf55f61ad3156d3ecbce9b64562e870868
2+
refs/heads/master: 47aae517c2cb33f1dccd909adaced73ec9d0f4df
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 4e0561bb4504bf647db669a14417b2b2c87ba45d
55
refs/heads/pubsub-alpha: 1a0e970f265af871e02274085b9662b3fe29058b

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