This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch 2.2.X in repository https://gitbox.apache.org/repos/asf/mina.git
commit 97918866b79f35bcf00a5e7090e02c15ab82b1db Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Mon Dec 16 09:37:03 2024 +0100 Added some missing spaces --- .../java/org/apache/mina/transport/socket/nio/NioSocketAcceptor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mina-core/src/main/java/org/apache/mina/transport/socket/nio/NioSocketAcceptor.java b/mina-core/src/main/java/org/apache/mina/transport/socket/nio/NioSocketAcceptor.java index cfbaea239..83fac7045 100644 --- a/mina-core/src/main/java/org/apache/mina/transport/socket/nio/NioSocketAcceptor.java +++ b/mina-core/src/main/java/org/apache/mina/transport/socket/nio/NioSocketAcceptor.java @@ -258,7 +258,7 @@ implements SocketAcceptor { protected ServerSocketChannel open(SocketAddress localAddress) throws Exception { // Creates the listening ServerSocket - SocketSessionConfig config = this.getSessionConfig(); + SocketSessionConfig config = this.getSessionConfig(); ServerSocketChannel channel = null;