Remove redundant exception declarations
[openflowplugin.git] / applications / topology-manager / src / main / java / org / opendaylight / openflowplugin / applications / topology / manager / DataTreeChangeListenerImpl.java
index c2e1a387fa9e51f3942a8527cca1f20691af6131..8e37a0a297559aa0761f7e6ca19dc72a32f1d888 100644 (file)
@@ -53,7 +53,7 @@ public abstract class DataTreeChangeListenerImpl<T extends DataObject> implement
     }
 
     @Override
-    public void close() throws Exception {
+    public void close() {
         listenerRegistration.close();
     }