Skip to content

Commit 1f0fb33

Browse files
committed
---
yaml --- r: 2099 b: refs/heads/pubsub-alpha c: 5e193c5 h: refs/heads/master i: 2097: a3bd430 2095: 773b9fe
1 parent 64e910b commit 1f0fb33

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
@@ -3,7 +3,7 @@ refs/heads/master: 689bbb466df4b2d5d2483d6edb8ac5c7c7f7c6fa
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 4e0561bb4504bf647db669a14417b2b2c87ba45d
55
refs/heads/bigquery: 762fa5830e6c398c0396177e3e7fd243bd62cfc3
6-
refs/heads/pubsub-alpha: afe953de798df407060753a591ea0b19e972bf34
6+
refs/heads/pubsub-alpha: 5e193c5d2f0b3c5c52a286050edd5e866e1c05b2
77
refs/heads/resource-manager: ebf4adc5ee835cd2086c4ac5b4e78d01a5a005a7
88
refs/heads/update-datastore: 482954f2c5055231e5b3122ea91d2ba00ce8187c
99
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

branches/pubsub-alpha/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/pubsub-alpha/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)