Bump upstreams
[bgpcep.git] / pcep / topology / topology-provider / src / main / java / org / opendaylight / bgpcep / pcep / topology / provider / PCEPTopologySingleton.java
index 33088cd41e9e8208f8ec006660ad6ed580134419..9097cc5f6e0158a9f31238de7aa13ec16e5bcf42 100644 (file)
@@ -19,8 +19,8 @@ import org.checkerframework.checker.lock.qual.GuardedBy;
 import org.checkerframework.checker.lock.qual.Holding;
 import org.eclipse.jdt.annotation.NonNull;
 import org.opendaylight.bgpcep.programming.spi.InstructionScheduler;
-import org.opendaylight.mdsal.singleton.common.api.ClusterSingletonService;
-import org.opendaylight.mdsal.singleton.common.api.ServiceGroupIdentifier;
+import org.opendaylight.mdsal.singleton.api.ClusterSingletonService;
+import org.opendaylight.mdsal.singleton.api.ServiceGroupIdentifier;
 import org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.TopologyKey;
 import org.opendaylight.yangtools.concepts.Registration;
 import org.opendaylight.yangtools.yang.common.Empty;
@@ -158,8 +158,6 @@ final class PCEPTopologySingleton {
 
     @GuardedBy("this")
     private State state;
-    @GuardedBy("this")
-    private SettableFuture<?> cleanupFuture;
 
     private PCEPTopologySingleton(final PCEPTopologySingleton previous, final ListenableFuture<?> future) {
         tracker = previous.tracker;