Add INFO.yaml for GBP
[groupbasedpolicy.git] / groupbasedpolicy / src / main / java / org / opendaylight / groupbasedpolicy / resolver / PolicyResolver.java
index b275bcd315653258123328490c24258d4c89198e..1d448962d6c8cbd9ee9b4992acd98f3b16befa41 100755 (executable)
@@ -101,7 +101,7 @@ public class PolicyResolver implements PolicyValidatorRegistry, AutoCloseable {
     // AutoCloseable
     // *************
     @Override
-    public void close() throws Exception {
+    public void close() {
         if (tenantChangeListener != null) {
             tenantChangeListener.close();
         }