File tree Expand file tree Collapse file tree
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242import com .google .protobuf .Empty ;
4343import io .grpc .MethodDescriptor ;
4444import java .io .IOException ;
45- import java .io .InputStream ;
4645import java .time .Duration ;
4746import java .util .concurrent .ExecutionException ;
4847
@@ -143,7 +142,8 @@ private AwaitConsistencyCallable createAwaitConsistencyCallable(
143142 @ SuppressWarnings ("unchecked" )
144143 MethodDescriptor <Void , Operation > fakeDescriptor =
145144 (MethodDescriptor <Void , Operation >)
146- (MethodDescriptor <?, ?>) com .google .bigtable .admin .v2 .BigtableTableAdminGrpc .getUpdateTableMethod ();
145+ (MethodDescriptor <?, ?>)
146+ com .google .bigtable .admin .v2 .BigtableTableAdminGrpc .getUpdateTableMethod ();
147147
148148 GrpcCallSettings <Void , Operation > unusedInitialCallSettings =
149149 GrpcCallSettings .create (fakeDescriptor );
You can’t perform that action at this time.
0 commit comments