Skip to content

Commit 99a90c4

Browse files
committed
Fix: formatting
1 parent a7a6494 commit 99a90c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/src/main/java/io/grpc/ChannelConfigurator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ public interface ChannelConfigurator {
6262
* provided builder and must NOT call {@code builder.build()} themselves.
6363
*
6464
* <p><strong>Note:</strong> The provided {@code builder} is generic ({@code ?}). Implementations
65-
* should use universal configuration methods (like {@code intercept()}, {@code userAgent()}) on the builder
66-
* rather than casting it to specific implementation types.
65+
* should use universal configuration methods (like {@code intercept()}, {@code userAgent()})
66+
* on the builder rather than casting it to specific implementation types.
6767
*
6868
* @param builder the mutable channel builder for the new child channel
6969
*/

0 commit comments

Comments
 (0)