Skip to content

Commit 689e741

Browse files
authored
---
yaml --- r: 9791 b: refs/heads/mrschmidt-options c: cd9d226 h: refs/heads/master i: 9789: d424878 9787: a4f9450 9783: de8b03c 9775: 68d7143 9759: 8ce6fa4 9727: 084c67d
1 parent 7298780 commit 689e741

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ refs/tags/v0.45.0: 4b4eb52d0823f5335cb8acf54a88bae199e013ae
9595
refs/tags/v0.46.0: 40dfc83a11b2cf2c21bf0f5a7b1e47087cbf0259
9696
refs/tags/0.47.0: 2e8688416bcae6150c0fa59936103554dbbe3821
9797
refs/heads/mrschmidt-core-timestamps: 19c1eca95467e588c21378cae2b136d14973d532
98-
refs/heads/mrschmidt-options: f90bbc706b5a73fbc1fff7708b269b8d53e00a4e
98+
refs/heads/mrschmidt-options: cd9d226828e716dd1c71ff317a52b78fe342fef5
9999
refs/heads/mrschmidt-timestamps: 1d1a2c248168fed01a3a03bd5907f40667f53ae0
100100
refs/tags/v0.48.0: 94a4b5648607953030555908d301c57e79c5afca
101101
refs/tags/v0.49.0: 6f75996bb3386bd4dac3d796497b10d24507ccd3

branches/mrschmidt-options/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Storage storage = StorageOptions.getDefaultInstance().getService();
165165
case, the access token will not be automatically refreshed):
166166
```java
167167
Storage storage = StorageOptions.newBuilder()
168-
.setCredentials(new GoogleCredentials(new AccessToken(accessToken, expirationTime)))
168+
.setCredentials(GoogleCredentials.create(new AccessToken(accessToken, expirationTime)))
169169
.build()
170170
.getService();
171171
```

0 commit comments

Comments
 (0)