Skip to content

Commit f9eef5b

Browse files
committed
nits + package private.
1 parent 33bd7a6 commit f9eef5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)