Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 1778913

Browse files
committed
lint
1 parent a83b8b6 commit 1778913

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BigtableTableAdminClientV2.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@
4646
import io.grpc.MethodDescriptor.MethodType;
4747
import java.io.IOException;
4848
import java.io.InputStream;
49-
import java.util.concurrent.ExecutionException;
5049
import java.time.Duration;
50+
import java.util.concurrent.ExecutionException;
5151

5252
/**
5353
* Modern Cloud Bigtable Table Admin Client.
5454
*
5555
* <p>This client extends the {@link BaseBigtableTableAdminClient} to provide enhanced convenience
56-
* methods for table administration. It improves the user experience by handling chained
57-
* Long Running Operations (such as seamlessly restoring and then optimizing a table) and provides
56+
* methods for table administration. It improves the user experience by handling chained Long
57+
* Running Operations (such as seamlessly restoring and then optimizing a table) and provides
5858
* built-in, automated polling for consistency tokens, simplifying the workflow compared to the
5959
* legacy client.
6060
*/

0 commit comments

Comments
 (0)