Bug 6396: Integrate l2-l3-domain-extension with clustering singleton service
[groupbasedpolicy.git] / domain-extensions / l2-l3 / src / main / java / org / opendaylight / groupbasedpolicy / domain_extension / l2_l3 / L2L3NetworkDomainAugmentor.java
index 9b8fe278637801142a2456e0af5ffc606dc84014..a7f9099efafcb4052d137fe81e8a5ca41eef6e1a 100644 (file)
@@ -43,7 +43,7 @@ public class L2L3NetworkDomainAugmentor implements NetworkDomainAugmentor, AutoC
     }
 
     @Override
-    public void close() throws Exception {
+    public void close() {
         networkDomainAugmentorRegistry.unregister(this);
     }