File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -492,7 +492,6 @@ ChannelCredentials createS2ASecuredChannelCredentials() {
492492 Level .INFO ,
493493 "Cannot establish an mTLS connection to S2A due to error loading MTLS to MDS credentials, falling back to plaintext connection to S2A: "
494494 + ignore .getMessage ());
495- // Fallback to plaintext connection to S2A.
496495 return createPlaintextToS2AChannelCredentials (plaintextAddress );
497496 }
498497 ChannelCredentials mtlsToS2AChannelCredentials = null ;
@@ -817,7 +816,7 @@ public Builder setEndpoint(String endpoint) {
817816 return this ;
818817 }
819818
820- public Builder setEndpointContext (EndpointContext endpointContext ) {
819+ Builder setEndpointContext (EndpointContext endpointContext ) {
821820 this .endpointContext = endpointContext ;
822821 return this ;
823822 }
You can’t perform that action at this time.
0 commit comments