Skip to content

Commit 4c25fd2

Browse files
committed
---
yaml --- r: 6677 b: refs/heads/tswast-patch-1 c: 5e193c5 h: refs/heads/master i: 6675: 2a60e2a
1 parent 567e716 commit 4c25fd2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: afe953de798df407060753a591ea0b19e972bf34
60+
refs/heads/tswast-patch-1: 5e193c5d2f0b3c5c52a286050edd5e866e1c05b2
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* A client to Google Cloud Resource Manager.
1919
*
2020
* <p>Here's a simple usage example for using gcloud-java-resourcemanager:
21-
* <pre>{@code
21+
* <pre> {@code
2222
* ResourceManager resourceManager = ResourceManagerOptions.defaultInstance().service();
2323
* String myProjectId = "my-globally-unique-project-id"; // Change to a unique project ID.
2424
* ProjectInfo myProject = resourceManager.create(ProjectInfo.builder(myProjectId).build());

branches/tswast-patch-1/gcloud-java-storage/src/main/java/com/google/gcloud/storage/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* A client to Google Cloud Storage.
1919
*
2020
* <p>Here's a simple usage example for using gcloud-java from App/Compute Engine:
21-
* <pre>{@code
21+
* <pre> {@code
2222
* Storage storage = StorageOptions.defaultInstance().service();
2323
* BlobId blobId = BlobId.of("bucket", "blob_name");
2424
* Blob blob = Blob.load(storage, blobId);

0 commit comments

Comments
 (0)