Skip to content

Commit 0599f7d

Browse files
CrazyHZMbeiwei30
authored andcommitted
Delete useless assignments (#2939)
1 parent d32ff60 commit 0599f7d

File tree

1 file changed

+1
-1
lines changed
  • dubbo-remoting/dubbo-remoting-api/src/main/java/org/apache/dubbo/remoting/transport

1 file changed

+1
-1
lines changed

dubbo-remoting/dubbo-remoting-api/src/main/java/org/apache/dubbo/remoting/transport/AbstractServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public abstract class AbstractServer extends AbstractEndpoint implements Server
4545
private InetSocketAddress localAddress;
4646
private InetSocketAddress bindAddress;
4747
private int accepts;
48-
private int idleTimeout = 600; //600 seconds
48+
private int idleTimeout;
4949

5050
public AbstractServer(URL url, ChannelHandler handler) throws RemotingException {
5151
super(url, handler);

0 commit comments

Comments
 (0)