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

Commit 619963e

Browse files
chore: generate libraries at Tue Jan 13 05:16:58 UTC 2026
1 parent 913c55d commit 619963e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/gaxx/grpc/BigtableTransportChannelProvider.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
import java.util.Arrays;
4343
import java.util.HashSet;
4444
import java.util.Map;
45-
import java.util.Set;
4645
import java.util.concurrent.Executor;
4746
import java.util.concurrent.ScheduledExecutorService;
4847
import java.util.function.Function;
@@ -210,8 +209,8 @@ public TransportChannel getTransportChannel() throws IOException {
210209
.setPeriod(Duration.ofMinutes(1))
211210
.setErroneousStates(
212211
new HashSet<>(
213-
Arrays.asList(UNAVAILABLE, UNAUTHENTICATED, DEADLINE_EXCEEDED, UNKNOWN, UNIMPLEMENTED))
214-
)
212+
Arrays.asList(
213+
UNAVAILABLE, UNAUTHENTICATED, DEADLINE_EXCEEDED, UNKNOWN, UNIMPLEMENTED)))
215214
.setFallbackProbingInterval(Duration.ofMinutes(15))
216215
.setPrimaryProbingInterval(Duration.ofMinutes(1))
217216
.setMinFailedCalls(3)

0 commit comments

Comments
 (0)