Skip to content

Commit 4905f72

Browse files
committed
correct javadoc
1 parent cf4909e commit 4905f72

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

core/src/main/java/io/grpc/internal/ManagedChannelImplBuilder.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)