Skip to content

Commit

Permalink
Delete useless assignments (apache#2939)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyHZM authored and khanimteyaz committed Dec 17, 2018
1 parent 5a5d001 commit 8cabc55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public abstract class AbstractServer extends AbstractEndpoint implements Server
private InetSocketAddress localAddress;
private InetSocketAddress bindAddress;
private int accepts;
private int idleTimeout = 600; //600 seconds
private int idleTimeout;

public AbstractServer(URL url, ChannelHandler handler) throws RemotingException {
super(url, handler);
Expand Down

0 comments on commit 8cabc55

Please sign in to comment.