Skip to content

Commit 8cabc55

Browse files
CrazyHZMkhanimteyaz
authored andcommitted
Delete useless assignments (apache#2939)
1 parent 5a5d001 commit 8cabc55

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)