Skip to content

Commit 60daff1

Browse files
Javadoc fixes
1 parent 55a63f3 commit 60daff1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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

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)