InfraUtil JobCordinator Changes.
[genius.git] / itm / itm-impl / src / main / java / org / opendaylight / genius / itm / confighelpers / ItmInternalTunnelDeleteWorker.java
index afabf2c3ef880af087f543f8062c60b2c946a70b..2089ed58567835a104d6f2c6489eb8b4fcc5c75c 100644 (file)
@@ -332,7 +332,7 @@ public class ItmInternalTunnelDeleteWorker {
         jobCoordinator.enqueueJob(logicTunnelName, addWorker);
     }
 
-    private static class ItmTunnelAggregationDeleteWorker implements Callable<List<ListenableFuture<Void>>> {
+    private static class ItmTunnelAggregationDeleteWorker implements Callable<List<? extends ListenableFuture<?>>> {
 
         private final String logicTunnelName;
         private final Uint64 srcDpnId;