Skip to content

Commit 139805e

Browse files
committed
Style changes.
1 parent 37cd044 commit 139805e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

xds/src/test/java/io/grpc/xds/internal/security/certprovider/CertProviderClientSslContextProviderTest.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,9 @@ public void testProviderForClient_mtls() throws Exception {
187187
}
188188

189189
@Test
190-
/**
191-
* Note this route will not really be invoked since {@link SslContextProviderSupplier} will
192-
* shortcircuit creating the certificate provider and directly invoke the callback with the
193-
* SslContext in this case.
194-
*/
190+
// Note: This code flow will not really be invoked since {@link SslContextProviderSupplier} will
191+
// shortcircuit creating the certificate provider and directly invoke the callback with the
192+
// SslContext in this case.
195193
public void testProviderForClient_systemRootCerts_regularTls() throws Exception {
196194
final CertificateProvider.DistributorWatcher[] watcherCaptor =
197195
new CertificateProvider.DistributorWatcher[1];

0 commit comments

Comments
 (0)