Merge "Bug 8364: Set bundle context when module reloads"
[netconf.git] / netconf / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / impl / tx / ProxyWriteAdapter.java
index e9be9e7747f6612522481ebcc683d5111bdcfd72..223e443cd52161228be1a7755cc168bd6bcfd77a 100644 (file)
@@ -60,6 +60,7 @@ public class ProxyWriteAdapter {
         this.askTimeout = askTimeout;
     }
 
+    @SuppressWarnings("checkstyle:IllegalCatch")
     public boolean cancel() {
         if (!opened.compareAndSet(true, false)) {
             return false;