We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a6494 commit 99a90c4Copy full SHA for 99a90c4
1 file changed
api/src/main/java/io/grpc/ChannelConfigurator.java
@@ -62,8 +62,8 @@ public interface ChannelConfigurator {
62
* provided builder and must NOT call {@code builder.build()} themselves.
63
*
64
* <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.
+ * should use universal configuration methods (like {@code intercept()}, {@code userAgent()})
+ * on the builder rather than casting it to specific implementation types.
67
68
* @param builder the mutable channel builder for the new child channel
69
*/
0 commit comments