Skip to content

Commit 5f52e87

Browse files
committed
correct variable name.
1 parent 217737b commit 5f52e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/InstantiatingGrpcChannelProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ ChannelCredentials createMtlsToS2AChannelCredentials(
585585
return t;
586586
});
587587

588-
trustManager.updateTrustCredentials(trustBundle, 1, TimeUnit.HOURS, executor);
588+
trustManager.updateTrustCredentials(trustBundle, 1, TimeUnit.HOURS, trustManagerExecutor);
589589
return TlsChannelCredentials.newBuilder()
590590
.keyManager(keyManager)
591591
.trustManager(trustManager)

0 commit comments

Comments
 (0)