File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
core/src/main/java/io/grpc/internal Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -720,8 +720,7 @@ protected ManagedChannelImplBuilder addMetricSink(MetricSink metricSink) {
720720 /**
721721 * Applies the configuration logic from the given parent channel to this builder.
722722 *
723- * <p>
724- * This mechanism allows properties (like metrics, tracing, or interceptors) to propagate
723+ * <p>This mechanism allows properties (like metrics, tracing, or interceptors) to propagate
725724 * automatically from a parent channel to any child channels it creates
726725 * (e.g., Subchannels or OOB channels).
727726 *
@@ -741,8 +740,7 @@ public ManagedChannelImplBuilder configureChannel(ManagedChannel parentChannel)
741740 /**
742741 * Sets the configurer that will be stored in the channel built by this builder.
743742 *
744- * <p>
745- * This configurer will subsequently be used to configure any descendants (children)
743+ * <p>This configurer will subsequently be used to configure any descendants (children)
746744 * created by that channel.
747745 *
748746 * @param childChannelConfigurer the configurer to store in the channel.
You can’t perform that action at this time.
0 commit comments