Fix checkstyle issues in module sal-dom-broker
[controller.git] / opendaylight / md-sal / sal-dom-broker / src / main / java / org / opendaylight / controller / sal / dom / broker / osgi / AbstractBrokerServiceProxy.java
index 275107ed8fb062bcfaf7c766cd0701ab3f0625af..42997d96fa66651be38859c6aff8052b558abf0f 100644 (file)
@@ -57,6 +57,7 @@ public abstract class AbstractBrokerServiceProxy<T extends BrokerService> implem
     }
 
     @Override
+    @SuppressWarnings("checkstyle:IllegalCatch")
     public void close() {
         if (delegate != null) {
             delegate = null;