fix indentation

This commit is contained in:
Brandon Williams 2012-11-02 08:44:11 -05:00
parent a412ebd5b8
commit 2644aa965d
1 changed files with 1 additions and 1 deletions

View File

@ -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());