Skip to content

Commit 43958b3

Browse files
committed
format.
1 parent 3d9f050 commit 43958b3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,12 @@ static void resetS2AChannelCredentials() {
178178
}
179179
}
180180

181+
/**
182+
* Returns the s2aChannelCredentials of the {@link InstantiatingGrpcChannelProvider} class for
183+
* testing purposes.
184+
*
185+
* <p>This should only be called from tests.
186+
*/
181187
@VisibleForTesting
182188
static ChannelCredentials getS2AChannelCredentials() {
183189
return s2aChannelCredentials;

0 commit comments

Comments
 (0)