We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c320244 commit 65a451aCopy full SHA for 65a451a
2 files changed
[refs]
@@ -1,4 +1,4 @@
1
---
2
-refs/heads/master: 0a04229286ef4b79e37073f75e2c60339e225b99
+refs/heads/master: b2e11319cd3263b9489d47327462586660a49ea3
3
refs/heads/travis: 0fa997e2fc9c6b61b2d91e6d163655aae67d44b6
4
refs/heads/gh-pages: 5a10432ecc75f29812e33a8236c900379509fe99
trunk/gcloud-java-core/src/main/java/com/google/gcloud/AuthCredentials.java
@@ -252,7 +252,7 @@ public boolean equals(Object obj) {
252
@Override
253
protected HttpRequestInitializer httpRequestInitializer(HttpTransport transport,
254
Set<String> scopes) {
255
- return new HttpCredentialsAdapter(googleCredentials);
+ return new HttpCredentialsAdapter(googleCredentials.createScoped(scopes));
256
}
257
258
0 commit comments