Fix a compilation error
This commit is contained in:
parent
ce9403cc3a
commit
072b6eaa0f
@ -21,7 +21,6 @@ import io.netty.channel.ChannelHandler;
|
||||
import io.netty.channel.ChannelHandler.Sharable;
|
||||
import io.netty.channel.ChannelHandlerAdapter;
|
||||
import io.netty.channel.ChannelHandlerContext;
|
||||
import io.netty.channel.ChannelOutboundHandler;
|
||||
import io.netty.channel.ChannelPromise;
|
||||
import io.netty.util.internal.StringUtil;
|
||||
import io.netty.util.internal.logging.InternalLogLevel;
|
||||
@ -317,7 +316,7 @@ public class LoggingHandler extends ChannelHandlerAdapter {
|
||||
|
||||
/**
|
||||
* Formats an event and returns the formatted message. This method is currently only used for formatting
|
||||
* {@link ChannelOutboundHandler#connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise)}.
|
||||
* {@link ChannelHandler#connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise)}.
|
||||
*
|
||||
* @param eventName the name of the event
|
||||
* @param firstArg the first argument of the event
|
||||
|
Loading…
Reference in New Issue
Block a user