Skip to content

Commit e921696

Browse files
committed
address nits in code comment language + formatting.
1 parent 25445d3 commit e921696

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

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

+6-2
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,15 @@ public final class InstantiatingGrpcChannelProvider implements TransportChannelP
106106

107107
// The public portion of the mTLS MDS root certificate is stored for performing
108108
// cert verification when establishing an mTLS connection with the MDS. See
109-
// https://cloud.google.com/compute/docs/metadata/overview#https-mds-root-certs
109+
// {@link <a
110+
// href="https://cloud.google.com/compute/docs/metadata/overview#https-mds-root-certs">this</a>
111+
// for more information.}
110112
private static final String MTLS_MDS_ROOT_PATH = "/run/google-mds-mtls/root.crt";
111113
// The mTLS MDS credentials are formatted as the concatenation of a PEM-encoded certificate chain
112114
// followed by a PEM-encoded private key. See
113-
// https://cloud.google.com/compute/docs/metadata/overview#https-mds-client-certs
115+
// {@link <a
116+
// href="https://cloud.google.com/compute/docs/metadata/overview#https-mds-client-certs">this</a>
117+
// for more information.}
114118
private static final String MTLS_MDS_CERT_CHAIN_AND_KEY_PATH = "/run/google-mds-mtls/client.key";
115119

116120
static final long DIRECT_PATH_KEEP_ALIVE_TIME_SECONDS = 3600;

gax-java/gax/clirr-ignored-differences.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@
106106
<className>com/google/api/gax/batching/Batcher</className>
107107
<method>*</method>
108108
</difference>
109-
<!-- Ignore abstract method addition to an EndpointContext -->
109+
<!-- Ignore abstract method addition to an EndpointContext (InternalApi) -->
110110
<difference>
111111
<differenceType>7013</differenceType>
112112
<className>com/google/api/gax/rpc/EndpointContext</className>
113113
<method>* useS2A()</method>
114114
</difference>
115-
<!-- Ignore method addition to an TransportChannelProvider interface -->
115+
<!-- Ignore method addition to TransportChannelProvider interface (InternalExtensionOnly) -->
116116
<difference>
117117
<differenceType>7012</differenceType>
118118
<className>com/google/api/gax/rpc/TransportChannelProvider</className>

0 commit comments

Comments
 (0)