Bump upstreams to SNAPSHOTs
[netconf.git] / netconf / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / impl / netconf / ProxyNetconfService.java
index 7ecc5e0d2b46cd27834a4b19d6f740ca5dca9ab1..4273ff6f7b3d642a9fc972cf926ece4f0bc29d0e 100644 (file)
@@ -15,7 +15,6 @@ import akka.dispatch.OnComplete;
 import akka.util.Timeout;
 import com.google.common.util.concurrent.ListenableFuture;
 import com.google.common.util.concurrent.SettableFuture;
-import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
 import java.util.ArrayList;
 import java.util.Collection;
 import java.util.List;
@@ -205,8 +204,6 @@ public class ProxyNetconfService implements NetconfDataTreeService {
         }
     }
 
-    @SuppressFBWarnings(value = "UPM_UNCALLED_PRIVATE_METHOD",
-        justification = "https://github.com/spotbugs/spotbugs/issues/811")
     private void executePriorNetconfOperations(final ProxyNetconfServiceFacade newNetconfFacade) {
         while (true) {
             // Access to queuedOperations and netconfFacade must be protected and atomic