Skip to content

Commit 146434a

Browse files
committed
Merge pull request #39 from marcgel/patch-1
Change comment referring to Bigquery.
2 parents 1debcc6 + 73fc846 commit 146434a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/json-api/src/main/java/StorageSample.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ private static Storage getService() throws IOException, GeneralSecurityException
6464
GoogleCredential credential = GoogleCredential.getApplicationDefault();
6565
// Depending on the environment that provides the default credentials (e.g. Compute Engine,
6666
// App Engine), the credentials may require us to specify the scopes we need explicitly.
67-
// Check for this case, and inject the Bigquery scope if required.
67+
// Check for this case, and inject the Cloud Storage scope if required.
6868
if (credential.createScopedRequired()) {
6969
credential = credential.createScoped(StorageScopes.all());
7070
}

0 commit comments

Comments
 (0)