Skip to content

Commit 8788f6e

Browse files
committed
Fixing typo in documentation
1 parent b140140 commit 8788f6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xds/src/main/java/io/grpc/xds/XdsCredentialsProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ public abstract class XdsCredentialsProvider {
5353
/**
5454
* Creates a {@link CallCredentials} from the given jsonConfig, or
5555
* {@code null} if the given config is invalid. The provider is free to ignore
56-
* the config if it's not needed for producing the channel credentials.
56+
* the config if it's not needed for producing the call credentials.
5757
*
5858
* @param jsonConfig json config that can be consumed by the provider to create
59-
* the channel credentials
59+
* the call credentials
6060
*
6161
*/
6262
protected abstract CallCredentials newCallCredentials(Map<String, ?> jsonConfig);

0 commit comments

Comments
 (0)