mirror of https://github.com/apache/cassandra
fix indentation
This commit is contained in:
parent
a412ebd5b8
commit
2644aa965d
|
|
@ -307,7 +307,7 @@ public final class MessagingService implements MessagingServiceMBean
|
|||
if (cp.ackCon != null)
|
||||
cp.ackCon.closeSocket();
|
||||
if (cp.cmdCon != null)
|
||||
cp.cmdCon.closeSocket();
|
||||
cp.cmdCon.closeSocket();
|
||||
connectionManagers_.remove(to);
|
||||
recentTimeoutsPerHost.remove(to.getHostAddress());
|
||||
timeoutsPerHost.remove(to.getHostAddress());
|
||||
|
|
|
|||
Loading…
Reference in New Issue