Issue #6140 - SelectorManager total keys.
Removed toString() override that was not calling super, to restore printing the total number of keys in dumps. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
08174a3042
commit
624ee584bd
|
@ -634,11 +634,5 @@ public class ServerConnector extends AbstractNetworkConnector
|
|||
onEndPointClosed(endpoint);
|
||||
super.endPointClosed(endpoint);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString()
|
||||
{
|
||||
return String.format("SelectorManager@%s", ServerConnector.this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue