File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
api/src/main/java/io/grpc
core/src/main/java/io/grpc/internal
xds/src/main/java/io/grpc/xds Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public abstract class InternalConfigSelector {
35
35
= Attributes .Key .create ("internal:io.grpc.config-selector" );
36
36
37
37
// Use PickSubchannelArgs for SelectConfigArgs for now. May change over time.
38
- /** Selects the config for an PRC . */
38
+ /** Selects the config for an RPC . */
39
39
public abstract Result selectConfig (LoadBalancer .PickSubchannelArgs args );
40
40
41
41
public static final class Result {
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ public void runWith(Substream substream) {
382
382
}
383
383
}
384
384
385
- /** Starts the first PRC attempt. */
385
+ /** Starts the first RPC attempt. */
386
386
@ Override
387
387
public final void start (ClientStreamListener listener ) {
388
388
masterListener = listener ;
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
/**
18
- * Library for gPRC proxyless service mesh using Envoy xDS protocol.
18
+ * Library for gRPC proxyless service mesh using Envoy xDS protocol.
19
19
*
20
20
* <p>The package currently includes a name resolver plugin and a family of load balancer plugins.
21
21
* A gRPC channel for a target with {@code "xds:"} scheme will load the plugins and a
You can’t perform that action at this time.
0 commit comments