BUG-731 Fix sonar warnings present in code for BUG-338
[bgpcep.git] / bgp / rib-impl / src / main / java / org / opendaylight / controller / config / yang / bgp / rib / impl / StrictBgpPeerRegistryModule.java
index 8b8227988e5b66c6a2448640c6de5cecf24a4425..e6d454370712e469d4201fdee353057fbe53cbd3 100644 (file)
@@ -69,7 +69,7 @@ public class StrictBgpPeerRegistryModule extends org.opendaylight.controller.con
         }
 
         @Override
-        public void close() throws Exception {
+        public void close() {
             // DO nothing, do not close the global instance
         }