Skip to content

Commit 6215db5

Browse files
committed
nit fixes.
1 parent 20f2a5b commit 6215db5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/snippets/src/main/java/CustomCredentialSupplierAwsWorkload.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
/**
3131
* This sample demonstrates how to use a custom AWS security credentials supplier to authenticate
32-
* with Google Cloud.
32+
* to Google Cloud Storage.
3333
*/
3434
public class CustomCredentialSupplierAwsWorkload {
3535

samples/snippets/src/main/java/CustomCredentialSupplierOktaWorkload.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
import java.util.Base64;
3434

3535
/**
36-
* This sample demonstrates how to use a custom subject token supplier to authenticate with Google
37-
* Cloud, using Okta as the identity provider.
36+
* This sample demonstrates how to use a custom subject token supplier to authenticate to Google
37+
* Cloud Storage, using Okta as the identity provider.
3838
*/
3939
public class CustomCredentialSupplierOktaWorkload {
4040

0 commit comments

Comments
 (0)