Merge "Bug 5976 - Thread leak when connecting/disconnecting ovs nodes"
[ovsdb.git] / southbound / southbound-impl / src / main / java / org / opendaylight / ovsdb / southbound / OvsdbConnectionManager.java
index 2d45250c59e4bada4f93b76fd2653922726f9cb8..5740ab573feeb40235a005df9193f1ff055e101f 100644 (file)
@@ -185,7 +185,6 @@ public class OvsdbConnectionManager implements OvsdbConnectionListener, AutoClos
             LOG.warn("disconnected : Connection instance not found for OVSDB Node {} ", key);
         }
         LOG.trace("OvsdbConnectionManager: exit disconnected client: {}", client);
-
     }
 
     public OvsdbClient connect(InstanceIdentifier<Node> iid,