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

Commit 410018f

Browse files
chore: generate libraries at Thu Sep 11 02:33:55 UTC 2025
1 parent 6d61f27 commit 410018f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ void start() {
102102
if (!(channelPrimer instanceof BigtableChannelPrimer)) {
103103
logger.log(
104104
Level.WARNING,
105-
"Provided channelPrimer not an instance of BigtableChannelPrimer, not checking channel health.");
105+
"Provided channelPrimer not an instance of BigtableChannelPrimer, not checking channel"
106+
+ " health.");
106107
return;
107108
}
108109

0 commit comments

Comments
 (0)