Skip to content

Commit e0742db

Browse files
sauravzgkannanjgithub
authored andcommitted
feat(xds): Add CachedChannelManager for caching channel instances
1 parent 8a24db2 commit e0742db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

xds/src/test/java/io/grpc/xds/internal/grpcservice/CachedChannelManagerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ private GrpcServiceConfig buildConfig(String target, String credsType) {
7676
.target(target)
7777
.configuredChannelCredentials(creds)
7878
.build();
79-
80-
return GrpcServiceConfig.builder()
79+
80+
return GrpcServiceConfig.newBuilder()
8181
.googleGrpc(googleGrpc)
8282
.initialMetadata(ImmutableList.of())
8383
.build();

0 commit comments

Comments
 (0)