Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksa Radovanovic authored and vietj committed Sep 19, 2024
1 parent a00481b commit 9d1d539
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/main/java/io/vertx/core/net/NetServerOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import io.vertx.codegen.json.annotations.JsonGen;
import io.vertx.core.buffer.Buffer;
import io.vertx.core.http.ClientAuth;
import io.vertx.core.impl.Arguments;
import io.vertx.core.json.JsonObject;

import java.util.Set;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/vertx/core/spi/transport/Transport.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import io.netty.bootstrap.Bootstrap;
import io.netty.bootstrap.ServerBootstrap;
import io.netty.channel.*;
import io.netty.channel.epoll.EpollChannelOption;
import io.netty.channel.socket.DatagramChannel;
import io.netty.channel.socket.InternetProtocolFamily;
import io.vertx.core.datagram.DatagramSocketOptions;
Expand Down Expand Up @@ -90,6 +89,7 @@ default io.vertx.core.net.SocketAddress convert(SocketAddress address) {
* @param nThreads the number of threads that will be used by this instance.
* @param threadFactory the ThreadFactory to use.
* @param ioRatio the IO ratio
*
* @return a new event loop group
*/
EventLoopGroup eventLoopGroup(int type, int nThreads, ThreadFactory threadFactory, int ioRatio);
Expand Down

0 comments on commit 9d1d539

Please sign in to comment.