Skip to content

Commit d60d6e9

Browse files
committed
---
yaml --- r: 5369 b: refs/heads/master c: 9275acb h: refs/heads/master i: 5367: 99eefaf
1 parent 0bf3f07 commit d60d6e9

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: fa0720c65576ed68419772b04b463176bc8061d7
2+
refs/heads/master: 9275acbfa609fc8790a7657a977c46276d85dac2
33
refs/heads/travis: dae77e558b884bc1b165155482d76c8e40b0fca4
44
refs/heads/gh-pages: 229631582f8957646f81e92ae5a326504f48ee5b
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ import com.google.cloud.storage.StorageOptions;
372372
373373
Storage storage = StorageOptions.getDefaultInstance().getService();
374374
BlobId blobId = BlobId.of("bucket", "blob_name");
375-
BlobInfo blobInfo = BlobInfo.newBuiler(blobId).setContentType("text/plain").build();
375+
BlobInfo blobInfo = BlobInfo.newBuilder(blobId).setContentType("text/plain").build();
376376
Blob blob = storage.create(blobInfo, "Hello, Cloud Storage!".getBytes(UTF_8));
377377
```
378378
The second snippet shows how to update a Storage blob if it exists. Complete source code can be

0 commit comments

Comments
 (0)