Skip to content

Commit d9803e0

Browse files
committed
lint
1 parent 95f1467 commit d9803e0

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,4 @@ public static final BigtableInstanceAdminClientV2 create(
4040
BaseBigtableInstanceAdminSettings settings) throws IOException {
4141
return new BigtableInstanceAdminClientV2(settings);
4242
}
43-
44-
4543
}

java-bigtable/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
@@ -43,7 +43,6 @@
4343
import io.grpc.MethodDescriptor;
4444
import java.io.IOException;
4545
import java.time.Duration;
46-
import java.util.concurrent.ExecutionException;
4746
import javax.annotation.Nullable;
4847

4948
/**
@@ -156,9 +155,10 @@ private static AwaitConsistencyCallableV2 createAwaitConsistencyCallable(
156155

157156
// Using getRestoreTableMethod() as a placeholder descriptor for the LRO optimization tracking
158157
// is a technique that leverages type erasure and unsafe casting.
159-
// Since there is no dedicated gRPC LRO method descriptor generated for OptimizeRestoredTable LRO,
158+
// Since there is no dedicated gRPC LRO method descriptor generated for OptimizeRestoredTable
159+
// LRO,
160160
// we reuse getRestoreTableMethod() (which is an LRO and returns a google.longrunning.Operation)
161-
// and cast its request type argument from RestoreTableRequest to Void. This satisfies the
161+
// and cast its request type argument from RestoreTableRequest to Void. This satisfies the
162162
// OperationCallable constructor requirements and correctly handles LRO operation name polling.
163163
@SuppressWarnings("unchecked")
164164
MethodDescriptor<Void, Operation> fakeDescriptor =

0 commit comments

Comments
 (0)