Skip to content

Commit 2b87d2a

Browse files
---
yaml --- r: 7829 b: refs/heads/tswast-patch-1 c: 60daff1 h: refs/heads/master i: 7827: 8eed797
1 parent b9383da commit 2b87d2a

3 files changed

Lines changed: 3 additions & 2 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: 55a63f37a6ec095aa832ec643d4face97c5190d6
60+
refs/heads/tswast-patch-1: 60daff1ec08aa745745a5de0f21512a19f361034
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/google-cloud-spanner/src/main/java/com/google/cloud/spanner/InstanceAdminClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ Operation<Instance, CreateInstanceMetadata> createInstance(InstanceInfo instance
111111
* the requested levels).
112112
* <li> All newly-reserved resources are available for serving the instance's tables.
113113
* <li> The instance's new resource levels are readable via the API.
114+
* </ul>
114115
*/
115116
Operation<Instance, UpdateInstanceMetadata> updateInstance(
116117
InstanceInfo instance, InstanceInfo.InstanceField... fieldsToUpdate);

branches/tswast-patch-1/google-cloud-spanner/src/main/java/com/google/cloud/spanner/Operation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public Operation<R, M> reload() throws SpannerException {
117117
/**
118118
* Blocks till the operation is complete or maximum time, if specified, has elapsed.
119119
*
120-
* @returns null if operation is not found otherwise the current operation.
120+
* @return null if operation is not found otherwise the current operation.
121121
*/
122122
public Operation<R, M> waitFor(WaitForOption... options) throws SpannerException {
123123
if (isDone) {

0 commit comments

Comments
 (0)