Skip to content

Commit fc183ee

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 4735 b: refs/heads/logging-alpha c: 7e498c1 h: refs/heads/master i: 4733: 345c8d3 4731: c4ac8b3 4727: a8094e2 4719: afd1077 4703: 2365d93 4671: f5afbde 4607: 67691d5
1 parent 92de020 commit fc183ee

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
@@ -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: 667e606a2415a334dffac782590b2cf4c126ed73
15+
refs/heads/logging-alpha: 7e498c1ef6ef00a29ba17714e732bf58e6cace83
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-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)