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 {
3535 = Attributes .Key .create ("internal:io.grpc.config-selector" );
3636
3737 // Use PickSubchannelArgs for SelectConfigArgs for now. May change over time.
38- /** Selects the config for an PRC . */
38+ /** Selects the config for an RPC . */
3939 public abstract Result selectConfig (LoadBalancer .PickSubchannelArgs args );
4040
4141 public static final class Result {
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ public void runWith(Substream substream) {
382382 }
383383 }
384384
385- /** Starts the first PRC attempt. */
385+ /** Starts the first RPC attempt. */
386386 @ Override
387387 public final void start (ClientStreamListener listener ) {
388388 masterListener = listener ;
Original file line number Diff line number Diff line change 1515 */
1616
1717/**
18- * Library for gPRC proxyless service mesh using Envoy xDS protocol.
18+ * Library for gRPC proxyless service mesh using Envoy xDS protocol.
1919 *
2020 * <p>The package currently includes a name resolver plugin and a family of load balancer plugins.
2121 * 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