Skip to content

Commit 7e34313

Browse files
committed
Remove unused import statement
1 parent f818fb4 commit 7e34313

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/server/src/org/openqa/selenium/netty/server/SeleniumHttpInitializer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
import io.netty.channel.ChannelInitializer;
2121
import io.netty.channel.socket.SocketChannel;
22-
import io.netty.handler.codec.http.HttpObjectAggregator;
2322
import io.netty.handler.codec.http.HttpServerCodec;
2423
import io.netty.handler.codec.http.HttpServerKeepAliveHandler;
2524
import io.netty.handler.ssl.SslContext;

0 commit comments

Comments
 (0)