Skip to content

Commit 199cc69

Browse files
committed
style.
1 parent ae74a9e commit 199cc69

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

xds/src/main/java/io/grpc/xds/internal/security/certprovider/CertProviderSslContextProvider.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,9 @@ protected final boolean isMtls() {
183183
}
184184

185185
protected final boolean isNormalTlsAndClientSide() {
186-
// We don't do (rootCertInstance != null || isUsingSystemRootCerts) here because of where this method is called
187-
// from. With the rootCertInstance being null when using system root certs, there is nothing to update.
186+
// We don't do (rootCertInstance != null || isUsingSystemRootCerts) here because of how this
187+
// method is used. With the rootCertInstance being null when using system root certs, there
188+
// is nothing to update in the SslContext
188189
return rootCertInstance != null && certInstance == null;
189190
}
190191

0 commit comments

Comments
 (0)