Skip to content

Commit 559dd0f

Browse files
authored
fix line length for linter
1 parent 3115cc7 commit 559dd0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

β€Žnetty/src/main/java/io/grpc/netty/NettyClientTransport.javaβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
class NettyClientTransport implements ConnectionClientTransport {
7171

7272
/**
73-
* Get the existing {@link ChannelLogger} key in case a separate, isolated class loader has already created
74-
* {@link LOGGER_KEY}.
73+
* Get the existing {@link ChannelLogger} key in case a separate, isolated class loader has
74+
* already created {@link LOGGER_KEY}.
7575
*/
7676
private final static AttributeKey<ChannelLogger> getOrCreateChannelLogger() {
7777
AttributeKey<ChannelLogger> key = AttributeKey.valueOf("channelLogger");

0 commit comments

Comments
 (0)