Skip to content

Commit

Permalink
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,8 @@ public void awaitOptimizeRestoredTable(OptimizeRestoredTableOperationToken token
awaitOptimizeRestoredTableAsync(token).get();
}

/** Awaits a restored table is fully optimized asynchronously.
/**
* Awaits a restored table is fully optimized asynchronously.
*
* <p>Sample code
*
Expand All @@ -1241,7 +1242,8 @@ public void awaitOptimizeRestoredTable(OptimizeRestoredTableOperationToken token
* },
* MoreExecutors.directExecutor()
* );
* */
* }</pre>
*/
public ApiFuture<Void> awaitOptimizeRestoredTableAsync(
OptimizeRestoredTableOperationToken token) {
return transformToVoid(
Expand Down

0 comments on commit 8b23bb9

Please sign in to comment.