Skip to content

Commit 62ebc7f

Browse files
---
yaml --- r: 5381 b: refs/heads/master c: 60daff1 h: refs/heads/master i: 5379: caf707a
1 parent 4edba69 commit 62ebc7f

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

trunk/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);

trunk/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)