We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3115cc7 commit 559dd0fCopy full SHA for 559dd0f
βnetty/src/main/java/io/grpc/netty/NettyClientTransport.javaβ
@@ -70,8 +70,8 @@
70
class NettyClientTransport implements ConnectionClientTransport {
71
72
/**
73
- * Get the existing {@link ChannelLogger} key in case a separate, isolated class loader has already created
74
- * {@link LOGGER_KEY}.
+ * Get the existing {@link ChannelLogger} key in case a separate, isolated class loader has
+ * already created {@link LOGGER_KEY}.
75
*/
76
private final static AttributeKey<ChannelLogger> getOrCreateChannelLogger() {
77
AttributeKey<ChannelLogger> key = AttributeKey.valueOf("channelLogger");
0 commit comments