Merge "BUG-5006: rework SouthboundProviderTest, clean up"
[ovsdb.git] / southbound / southbound-impl / src / main / java / org / opendaylight / ovsdb / southbound / OvsdbConnectionManager.java
index 5c9c121b6e6871e1868be9af24be1e22529ae3f9..153bab5fc3fa3955d7f1582413b50c73c26fb840 100644 (file)
@@ -212,7 +212,7 @@ public class OvsdbConnectionManager implements OvsdbConnectionListener, AutoClos
     }
 */
     @Override
-    public void close() throws Exception {
+    public void close() {
         if (ovsdbDeviceEntityOwnershipListener != null) {
             ovsdbDeviceEntityOwnershipListener.close();
         }