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

Commit fb064c9

Browse files
committed
fix types
1 parent 68935cb commit fb064c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ public boolean awaitTermination(long timeout, TimeUnit unit) throws InterruptedE
382382

383383
@Override
384384
public List<? extends BigtableChannelObserver> getChannelInfos() {
385-
List<? extends BigtableChannelObserver> channelInfos = new ArrayList<>();
385+
List<BigtableChannelObserver> channelInfos = new ArrayList<>();
386386
if (primaryDelegateChannel != null
387387
&& primaryDelegateChannel instanceof BigtableChannelPoolObserver) {
388388
channelInfos.addAll(((BigtableChannelPoolObserver) primaryDelegateChannel).getChannelInfos());

0 commit comments

Comments
 (0)