Adopt odlparent-10.0.0/yangtools-8.0.0-SNAPSHOT
[mdsal.git] / binding / mdsal-binding-runtime-spi / src / main / java / org / opendaylight / mdsal / binding / runtime / spi / ModuleInfoSnapshotResolver.java
index 1ab8e07a87fc5228695d762da96fdab0d534d81f..8cce7aabf09e53904211f2f84ce6c948a29a2aa5 100644 (file)
@@ -16,7 +16,6 @@ import com.google.common.collect.ImmutableList;
 import com.google.common.collect.ImmutableList.Builder;
 import com.google.common.collect.ListMultimap;
 import com.google.common.collect.MultimapBuilder;
-import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
 import java.io.IOException;
 import java.util.ArrayList;
 import java.util.HashMap;
@@ -201,8 +200,6 @@ public final class ModuleInfoSnapshotResolver implements Mutable {
         return next;
     }
 
-    @SuppressFBWarnings(value = "UPM_UNCALLED_PRIVATE_METHOD",
-                justification = "https://github.com/spotbugs/spotbugs/issues/811")
     private synchronized void unregister(final ImmutableList<RegisteredModuleInfo> regInfos) {
         for (RegisteredModuleInfo regInfo : regInfos) {
             if (!regInfo.decRef()) {